Brooklyn

brooklyn.rest
[Java] Class BrooklynWebConfig

java.lang.Object
  brooklyn.rest.BrooklynWebConfig

public class BrooklynWebConfig

Field Summary
static java.lang.String BASE_NAME

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

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

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

 
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


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
explicitly set the users/passwords, e.g. in brooklyn.properties: brooklyn.webconsole.security.explicit.users=admin,bob brooklyn.webconsole.security.explicit.user.admin=password brooklyn.webconsole.security.explicit.user.bob=bobspass


 
Method Detail

SECURITY_PROVIDER_EXPLICIT__PASSWORD

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


 

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