Brooklyn

brooklyn.config
[Java] Class BrooklynServiceAttributes

java.lang.Object
  brooklyn.config.BrooklynServiceAttributes

public class BrooklynServiceAttributes

attributes which callers can set and a service application (such as servlet or osgi) will pay attention to, contained in one place for convenience

Authors:
alex


Field Summary
static java.lang.String BROOKLYN_AUTOLOGIN_USERNAME

poor-man's security, to specify a user to be automatically logged in (e.g. to bypass security, during dev/test); 'admin' is usually a sensible choice.

static java.lang.String BROOKLYN_DEFAULT_PASSWORD

poor-man's security, to specify a default password for access

static java.lang.String BROOKLYN_MANAGEMENT_CONTEXT

used to hold the instance of ManagementContext which should be used

static StringSystemProperty LOCALHOST_IP_ADDRESS

in some cases localhost does not resolve correctly (e.g. to an interface which is defined locally but not in operation, or where multiple NICs are available and java's InetAddress.getLocalHost() strategy is not doing what is desired); use this to supply a specific address (e.g. "127.0.0.1" or a specific IP on a specific NIC or FW)

 
Method Summary
 
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

BROOKLYN_AUTOLOGIN_USERNAME

public static final java.lang.String BROOKLYN_AUTOLOGIN_USERNAME
poor-man's security, to specify a user to be automatically logged in (e.g. to bypass security, during dev/test); 'admin' is usually a sensible choice. if not specified (the default) username+password is required.


BROOKLYN_DEFAULT_PASSWORD

public static final java.lang.String BROOKLYN_DEFAULT_PASSWORD
poor-man's security, to specify a default password for access


BROOKLYN_MANAGEMENT_CONTEXT

public static final java.lang.String BROOKLYN_MANAGEMENT_CONTEXT
used to hold the instance of ManagementContext which should be used


LOCALHOST_IP_ADDRESS

public static StringSystemProperty LOCALHOST_IP_ADDRESS
in some cases localhost does not resolve correctly (e.g. to an interface which is defined locally but not in operation, or where multiple NICs are available and java's InetAddress.getLocalHost() strategy is not doing what is desired); use this to supply a specific address (e.g. "127.0.0.1" or a specific IP on a specific NIC or FW)


 

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