Package org.apache.synapse.securevault
Class SecurityConstants
- java.lang.Object
-
- org.apache.synapse.securevault.SecurityConstants
-
public class SecurityConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNS_SEPARATORstatic StringPASSWORD_MANAGER_CAPstatic StringPASSWORD_MANAGER_SIMPLEstatic StringPASSWORD_PROVIDER_CAPstatic StringPASSWORD_PROVIDER_SIMPLEstatic StringPROP_PASSWORDstatic StringPROP_PASSWORD_PROMPTstatic StringPROP_SECRET_CALLBACK_HANDLERstatic StringPROP_SECRET_MANAGER_ADMIN_MBEANstatic StringPROP_SECURITY_ADMIN_SERVICESstatic StringPROP_USER_NAMEstatic StringPROTECTED_TOKENS_CAPstatic StringPROTECTED_TOKENS_SIMPLEstatic StringSECRET_PROVIDERstatic StringSECURE_VAULT_ALIASstatic StringSECURE_VAULT_ATTRIBUTEstatic StringSECURE_VAULT_CAPstatic StringSECURE_VAULT_NSstatic StringSECURE_VAULT_SIMPLE
-
Constructor Summary
Constructors Constructor Description SecurityConstants()
-
-
-
Field Detail
-
PROP_USER_NAME
public static final String PROP_USER_NAME
- See Also:
- Constant Field Values
-
PROP_PASSWORD
public static final String PROP_PASSWORD
- See Also:
- Constant Field Values
-
PROP_PASSWORD_PROMPT
public static final String PROP_PASSWORD_PROMPT
- See Also:
- Constant Field Values
-
PROP_SECRET_CALLBACK_HANDLER
public static final String PROP_SECRET_CALLBACK_HANDLER
- See Also:
- Constant Field Values
-
PROP_SECURITY_ADMIN_SERVICES
public static final String PROP_SECURITY_ADMIN_SERVICES
- See Also:
- Constant Field Values
-
PROP_SECRET_MANAGER_ADMIN_MBEAN
public static final String PROP_SECRET_MANAGER_ADMIN_MBEAN
- See Also:
- Constant Field Values
-
PASSWORD_MANAGER_SIMPLE
public static final String PASSWORD_MANAGER_SIMPLE
- See Also:
- Constant Field Values
-
PASSWORD_PROVIDER_SIMPLE
public static final String PASSWORD_PROVIDER_SIMPLE
- See Also:
- Constant Field Values
-
SECRET_PROVIDER
public static final String SECRET_PROVIDER
- See Also:
- Constant Field Values
-
PROTECTED_TOKENS_SIMPLE
public static final String PROTECTED_TOKENS_SIMPLE
- See Also:
- Constant Field Values
-
PASSWORD_MANAGER_CAP
public static final String PASSWORD_MANAGER_CAP
- See Also:
- Constant Field Values
-
PASSWORD_PROVIDER_CAP
public static final String PASSWORD_PROVIDER_CAP
- See Also:
- Constant Field Values
-
PROTECTED_TOKENS_CAP
public static final String PROTECTED_TOKENS_CAP
- See Also:
- Constant Field Values
-
SECURE_VAULT_NS
public static final String SECURE_VAULT_NS
- See Also:
- Constant Field Values
-
SECURE_VAULT_SIMPLE
public static final String SECURE_VAULT_SIMPLE
- See Also:
- Constant Field Values
-
SECURE_VAULT_CAP
public static final String SECURE_VAULT_CAP
- See Also:
- Constant Field Values
-
SECURE_VAULT_ATTRIBUTE
public static final String SECURE_VAULT_ATTRIBUTE
- See Also:
- Constant Field Values
-
SECURE_VAULT_ALIAS
public static final String SECURE_VAULT_ALIAS
- See Also:
- Constant Field Values
-
NS_SEPARATOR
public static final String NS_SEPARATOR
- See Also:
- Constant Field Values
-
-