Interface SecurityConstants
-
public interface SecurityConstantsThis interface defines miscellaneous security related constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMIN_IDThe default userID of the administrator.static StringADMINISTRATORS_NAMEThe default principal name of the administrators groupstatic StringANONYMOUS_IDThe default userID for anonymous loginstatic StringDEFAULT_DIGESTTo be used for the encryption.static StringIMPERSONATOR_ATTRIBUTEName of the internalSimpleCredentialsattribute where theSubjectof the impersonatingSessionis stored.
-
-
-
Field Detail
-
IMPERSONATOR_ATTRIBUTE
static final String IMPERSONATOR_ATTRIBUTE
Name of the internalSimpleCredentialsattribute where theSubjectof the impersonatingSessionis stored.
-
ADMINISTRATORS_NAME
static final String ADMINISTRATORS_NAME
The default principal name of the administrators group- See Also:
- Constant Field Values
-
ADMIN_ID
static final String ADMIN_ID
The default userID of the administrator.- See Also:
- Constant Field Values
-
ANONYMOUS_ID
static final String ANONYMOUS_ID
The default userID for anonymous login- See Also:
- Constant Field Values
-
DEFAULT_DIGEST
static final String DEFAULT_DIGEST
To be used for the encryption. E.g. for passwords inSimpleCredentials.getPassword()SimpleCredentials}- See Also:
- Constant Field Values
-
-