Interface SecurityConstants
- 
 public interface SecurityConstantsThis interface defines miscellaneous security related constants.
- 
- 
Field SummaryFields 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_ATTRIBUTEstatic final String IMPERSONATOR_ATTRIBUTE Name of the internalSimpleCredentialsattribute where theSubjectof the impersonatingSessionis stored.
 - 
ADMINISTRATORS_NAMEstatic final String ADMINISTRATORS_NAME The default principal name of the administrators group- See Also:
- Constant Field Values
 
 - 
ADMIN_IDstatic final String ADMIN_ID The default userID of the administrator.- See Also:
- Constant Field Values
 
 - 
ANONYMOUS_IDstatic final String ANONYMOUS_ID The default userID for anonymous login- See Also:
- Constant Field Values
 
 - 
DEFAULT_DIGESTstatic final String DEFAULT_DIGEST To be used for the encryption. E.g. for passwords inSimpleCredentials.getPassword()SimpleCredentials}- See Also:
- Constant Field Values
 
 
- 
 
-