Interface AuthenticationConstants
public interface AuthenticationConstants
Constants used by the authentication framework.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the attribute storing the external identifier in Credentialsstatic final StringKey of the sharedState entry referring to public attributes that are shared between multiple login modules.static final StringKey of the sharedState entry referring to validated Credentials that is shared between multiple login modules.static final StringKey of the sharedState entry referring to a valid login ID that is shared between multiple login modules.static final StringKey of the sharedState entry referring to pre authenticated login information that is shared between multiple login modules.
-
Field Details
-
SHARED_KEY_LOGIN_NAME
Key of the sharedState entry referring to a valid login ID that is shared between multiple login modules.- See Also:
-
SHARED_KEY_CREDENTIALS
Key of the sharedState entry referring to validated Credentials that is shared between multiple login modules.- See Also:
-
SHARED_KEY_ATTRIBUTES
Key of the sharedState entry referring to public attributes that are shared between multiple login modules.- See Also:
-
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
Name of the attribute storing the external identifier in Credentials- See Also:
-