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
Modifier and TypeFieldDescriptionstatic final String
The current authentication level achieved so far processing the tree.static final String
The nodeId of the node being processed in the tree.static final String
The user's email address.static final String
Error message key.static final String
The post authentication failure URL.static final String
Lockout message key.static final String
The AuthType parameter key.static final String
Deprecated.static final String
The One Time Password.static final String
The time at which the one time password was created.static final String
The user's password.static final String
The Realm.static final String
The countdown of number of retries remaining.static final String
The count of number of retries.static final String
The post authentication success URL.static final String
The desirable authentication level to achieve at successful authentication.static final String
The final session that is issued after authentication will be restricted according to this restriction.static final String
The user universal id.static final String
The gotoOnFail URL parameter key.static final String
The goto URL parameter key.static final String
User info payload key.static final String
The 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_ATTRIBUTES
instead.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_ATTRIBUTES
instead.