Brooklyn

brooklyn.rest
[Java] Class BrooklynWebConfig

java.lang.Object
  brooklyn.rest.BrooklynWebConfig

public class BrooklynWebConfig

Field Summary
static java.lang.String BASE_NAME

static java.lang.String BASE_NAME_SECURITY

static ConfigKey HTTPS_REQUIRED

static ConfigKey LDAP_REALM

static ConfigKey LDAP_URL

static ConfigKey SECURITY_PROVIDER_CLASSNAME

e.g. brooklyn.webconsole.security.provider=brooklyn.rest.security.provider.AnyoneSecurityProvider will allow anyone to log in; default is explicitly named users, using SECURITY_PROVIDER_EXPLICIT__USERS

static ConfigKey SECURITY_PROVIDER_EXPLICIT__USERS

@deprecated since 0.6.0; use #USERS

static ConfigKey USERS

explicitly set the users/passwords, e.g. in brooklyn.properties: brooklyn.webconsole.security.users=admin,bob brooklyn.webconsole.security.user.admin.password=password brooklyn.webconsole.security.user.bob.password=bobspass

 
Method Summary
static ConfigKey PASSWORD_FOR_USER(java.lang.String user)

static ConfigKey SECURITY_PROVIDER_EXPLICIT__PASSWORD(java.lang.String user)

@deprecated since 0.6.0; use #PASSWORD_FOR_USER

static boolean hasNoSecurityOptions(ConfigMap config)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

BASE_NAME

public static final java.lang.String BASE_NAME


BASE_NAME_SECURITY

public static final java.lang.String BASE_NAME_SECURITY


HTTPS_REQUIRED

public static final ConfigKey HTTPS_REQUIRED


LDAP_REALM

public static final ConfigKey LDAP_REALM


LDAP_URL

public static final ConfigKey LDAP_URL


SECURITY_PROVIDER_CLASSNAME

public static final ConfigKey SECURITY_PROVIDER_CLASSNAME
e.g. brooklyn.webconsole.security.provider=brooklyn.rest.security.provider.AnyoneSecurityProvider will allow anyone to log in; default is explicitly named users, using SECURITY_PROVIDER_EXPLICIT__USERS


SECURITY_PROVIDER_EXPLICIT__USERS

public static final ConfigKey SECURITY_PROVIDER_EXPLICIT__USERS
deprecated:
since 0.6.0; use #USERS


USERS

public static final ConfigKey USERS
explicitly set the users/passwords, e.g. in brooklyn.properties: brooklyn.webconsole.security.users=admin,bob brooklyn.webconsole.security.user.admin.password=password brooklyn.webconsole.security.user.bob.password=bobspass


 
Method Detail

PASSWORD_FOR_USER

public static final ConfigKey PASSWORD_FOR_USER(java.lang.String user)


SECURITY_PROVIDER_EXPLICIT__PASSWORD

public static final ConfigKey SECURITY_PROVIDER_EXPLICIT__PASSWORD(java.lang.String user)
deprecated:
since 0.6.0; use #PASSWORD_FOR_USER


hasNoSecurityOptions

public static final boolean hasNoSecurityOptions(ConfigMap config)


 

Brooklyn Multi-Cloud Application Management Platform
brooklyncentral.github.com. Apache License. © 2012.