Interface AuthenticationConstants
-
public interface AuthenticationConstantsConstants used by the authentication framework.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSHARED_ATTRIBUTE_EXTERNAL_IDName of the attribute storing the external identifier in Credentialsstatic StringSHARED_KEY_ATTRIBUTESKey of the sharedState entry referring to public attributes that are shared between multiple login modules.static StringSHARED_KEY_CREDENTIALSKey of the sharedState entry referring to validated Credentials that is shared between multiple login modules.static StringSHARED_KEY_LOGIN_NAMEKey of the sharedState entry referring to a valid login ID that is shared between multiple login modules.static StringSHARED_KEY_PRE_AUTH_LOGINKey of the sharedState entry referring to pre authenticated login information that is shared between multiple login modules.
-
-
-
Field Detail
-
SHARED_KEY_LOGIN_NAME
static final String SHARED_KEY_LOGIN_NAME
Key of the sharedState entry referring to a valid login ID that is shared between multiple login modules.- See Also:
- Constant Field Values
-
SHARED_KEY_CREDENTIALS
static final String SHARED_KEY_CREDENTIALS
Key of the sharedState entry referring to validated Credentials that is shared between multiple login modules.- See Also:
- Constant Field Values
-
SHARED_KEY_ATTRIBUTES
static final String SHARED_KEY_ATTRIBUTES
Key of the sharedState entry referring to public attributes that are shared between multiple login modules.- See Also:
- Constant Field Values
-
SHARED_KEY_PRE_AUTH_LOGIN
static final String SHARED_KEY_PRE_AUTH_LOGIN
Key of the sharedState entry referring to pre authenticated login information that is shared between multiple login modules.
-
SHARED_ATTRIBUTE_EXTERNAL_ID
static final String SHARED_ATTRIBUTE_EXTERNAL_ID
Name of the attribute storing the external identifier in Credentials- See Also:
- Constant Field Values
-
-