Interface SecurityConstants
-
public interface SecurityConstants
This interface defines miscellaneous security related constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADMIN_ID
The default userID of the administrator.static String
ADMINISTRATORS_NAME
The default principal name of the administrators groupstatic String
ANONYMOUS_ID
The default userID for anonymous loginstatic String
DEFAULT_DIGEST
To be used for the encryption.static String
IMPERSONATOR_ATTRIBUTE
Name of the internalSimpleCredentials
attribute where theSubject
of the impersonatingSession
is stored.
-
-
-
Field Detail
-
IMPERSONATOR_ATTRIBUTE
static final String IMPERSONATOR_ATTRIBUTE
Name of the internalSimpleCredentials
attribute where theSubject
of the impersonatingSession
is 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
-
-