Class SharedStateConstants
java.lang.Object
org.forgerock.openam.auth.node.api.SharedStateConstants
This class represents all the constants that can be used as keys for storing values in the tree's shared state.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe current authentication level achieved so far processing the tree.static final StringThe nodeId of the node being processed in the tree.static final StringThe user's email address.static final StringError message key.static final StringThe post authentication failure URL.static final StringLockout message key.static final StringThe AuthType parameter key.static final StringDeprecated.static final StringThe One Time Password.static final StringThe time at which the one time password was created.static final StringThe user's password.static final StringThe Realm.static final StringThe countdown of number of retries remaining.static final StringThe count of number of retries.static final StringThe post authentication success URL.static final StringThe desirable authentication level to achieve at successful authentication.static final StringThe final session that is issued after authentication will be restricted according to this restriction.static final StringThe user universal id.static final StringThe gotoOnFail URL parameter key.static final StringThe goto URL parameter key.static final StringUser info payload key.static final StringThe username. -
Method Summary
-
Field Details
-
REALM
The Realm.- See Also:
-
AUTH_LEVEL
The current authentication level achieved so far processing the tree.- See Also:
-
TARGET_AUTH_LEVEL
The desirable authentication level to achieve at successful authentication.- See Also:
-
CURRENT_NODE_ID
The nodeId of the node being processed in the tree.- See Also:
-
USERNAME
The username.- See Also:
-
UNIVERSAL_ID
The user universal id.- See Also:
-
PASSWORD
The user's password.- See Also:
-
ONE_TIME_PASSWORD
The One Time Password.- See Also:
-
ONE_TIME_PASSWORD_TIMESTAMP
The time at which the one time password was created.- See Also:
-
RETRIES_REMAINING
The countdown of number of retries remaining.- See Also:
-
RETRY_COUNT
The count of number of retries.- See Also:
-
EMAIL_ADDRESS
The user's email address.- See Also:
-
SUCCESS_URL
The post authentication success URL.- See Also:
-
FAILURE_URL
The post authentication failure URL.- See Also:
-
USER_GOTO_PARAM_KEY
The goto URL parameter key.- See Also:
-
USER_GOTO_ON_FAIL_PARAM_KEY
The gotoOnFail URL parameter key.- See Also:
-
NODE_TYPE
The AuthType parameter key. Must be kept in sync with: ISAuthConstants#NODE_TYPE.- See Also:
-
OBJECT_ATTRIBUTES
Deprecated.useIdmIntegrationService.OBJECT_ATTRIBUTESinstead.The container for user object attribute data. This should never be imported by a Node.- See Also:
-
USER_INFO
User info payload key.- See Also:
-
ERROR_MESSAGE_KEY
Error message key.- See Also:
-
LOCKOUT_MESSAGE_KEY
Lockout message key.- See Also:
-
TOKEN_RESTRICTION
The final session that is issued after authentication will be restricted according to this restriction.- See Also:
-
IdmIntegrationService.OBJECT_ATTRIBUTESinstead.