public class BrooklynServiceAttributes
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | BROOKLYN_AUTOLOGIN_USERNAMEDeprecated. 
 since 0.6.0; not used; you can now configure security properly instead!
 (though this may be useful again when we have users and permissions,
 to indicate the user who should be logged in by default...) | 
| static java.lang.String | BROOKLYN_DEFAULT_PASSWORDDeprecated. 
 since 0.6.0; not used; you can now configure security properly instead! | 
| static java.lang.String | BROOKLYN_MANAGEMENT_CONTEXTused to hold the instance of ManagementContext which should be used | 
| static java.lang.String | BROOKLYN_REST_OBJECT_MAPPERJackson ObjectMapper shared among REST resources | 
| static StringSystemProperty | LOCALHOST_IP_ADDRESSin some cases localhost does not resolve correctly 
 (e.g. | 
| Constructor and Description | 
|---|
| BrooklynServiceAttributes() | 
public static final java.lang.String BROOKLYN_MANAGEMENT_CONTEXT
@Deprecated public static final java.lang.String BROOKLYN_AUTOLOGIN_USERNAME
@Deprecated public static final java.lang.String BROOKLYN_DEFAULT_PASSWORD
public static StringSystemProperty LOCALHOST_IP_ADDRESS
public static final java.lang.String BROOKLYN_REST_OBJECT_MAPPER