Class SharedStateConstants
- java.lang.Object
-
- org.forgerock.openam.auth.node.api.SharedStateConstants
-
@SupportedAll public final class SharedStateConstants extends Object
This class represents all the constants that can be used as keys for storing values in the tree's shared state.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTH_LEVELThe current authentication level achieved so far processing the tree.static StringCURRENT_NODE_IDThe nodeId of the node being processed in the tree.static StringEMAIL_ADDRESSThe user's email address.static StringERROR_MESSAGE_KEYError message key.static StringFAILURE_URLThe post authentication failure URL.static StringLOCKOUT_MESSAGE_KEYLockout message key.static StringNODE_TYPEThe AuthType parameter key.static StringOBJECT_ATTRIBUTESThe container for user object attribute data.static StringONE_TIME_PASSWORDThe One Time Password.static StringONE_TIME_PASSWORD_TIMESTAMPThe time at which the one time password was created.static StringPASSWORDThe user's password.static StringREALMThe Realm.static StringRETRIES_REMAININGThe countdown of number of retries remaining.static StringRETRY_COUNTThe count of number of retries.static StringSUCCESS_URLThe post authentication success URL.static StringTARGET_AUTH_LEVELThe desirable authentication level to achieve at successful authentication.static StringTOKEN_RESTRICTIONThe final session that is issued after authentication will be restricted according to this restriction.static StringUNIVERSAL_IDThe user universal id.static StringUSER_GOTO_ON_FAIL_PARAM_KEYThe gotoOnFail URL parameter key.static StringUSER_GOTO_PARAM_KEYThe goto URL parameter key.static StringUSER_INFOUser info payload key.static StringUSERNAMEThe username.
-
-
-
Field Detail
-
REALM
public static final String REALM
The Realm.- See Also:
- Constant Field Values
-
AUTH_LEVEL
public static final String AUTH_LEVEL
The current authentication level achieved so far processing the tree.- See Also:
- Constant Field Values
-
TARGET_AUTH_LEVEL
public static final String TARGET_AUTH_LEVEL
The desirable authentication level to achieve at successful authentication.- See Also:
- Constant Field Values
-
CURRENT_NODE_ID
public static final String CURRENT_NODE_ID
The nodeId of the node being processed in the tree.- See Also:
- Constant Field Values
-
USERNAME
public static final String USERNAME
The username.- See Also:
- Constant Field Values
-
UNIVERSAL_ID
public static final String UNIVERSAL_ID
The user universal id.- See Also:
- Constant Field Values
-
PASSWORD
public static final String PASSWORD
The user's password.- See Also:
- Constant Field Values
-
ONE_TIME_PASSWORD
public static final String ONE_TIME_PASSWORD
The One Time Password.- See Also:
- Constant Field Values
-
ONE_TIME_PASSWORD_TIMESTAMP
public static final String ONE_TIME_PASSWORD_TIMESTAMP
The time at which the one time password was created.- See Also:
- Constant Field Values
-
RETRIES_REMAINING
public static final String RETRIES_REMAINING
The countdown of number of retries remaining.- See Also:
- Constant Field Values
-
RETRY_COUNT
public static final String RETRY_COUNT
The count of number of retries.- See Also:
- Constant Field Values
-
EMAIL_ADDRESS
public static final String EMAIL_ADDRESS
The user's email address.- See Also:
- Constant Field Values
-
SUCCESS_URL
public static final String SUCCESS_URL
The post authentication success URL.- See Also:
- Constant Field Values
-
FAILURE_URL
public static final String FAILURE_URL
The post authentication failure URL.- See Also:
- Constant Field Values
-
USER_GOTO_PARAM_KEY
public static final String USER_GOTO_PARAM_KEY
The goto URL parameter key.- See Also:
- Constant Field Values
-
USER_GOTO_ON_FAIL_PARAM_KEY
public static final String USER_GOTO_ON_FAIL_PARAM_KEY
The gotoOnFail URL parameter key.- See Also:
- Constant Field Values
-
NODE_TYPE
public static final String NODE_TYPE
The AuthType parameter key. Must be kept in sync with: ISAuthConstants#NODE_TYPE.- See Also:
- Constant Field Values
-
OBJECT_ATTRIBUTES
public static final String OBJECT_ATTRIBUTES
The container for user object attribute data. This should never be imported by a Node.- See Also:
- Constant Field Values
-
USER_INFO
public static final String USER_INFO
User info payload key.- See Also:
- Constant Field Values
-
ERROR_MESSAGE_KEY
public static final String ERROR_MESSAGE_KEY
Error message key.- See Also:
- Constant Field Values
-
LOCKOUT_MESSAGE_KEY
public static final String LOCKOUT_MESSAGE_KEY
Lockout message key.- See Also:
- Constant Field Values
-
TOKEN_RESTRICTION
public static final String TOKEN_RESTRICTION
The final session that is issued after authentication will be restricted according to this restriction.- See Also:
- Constant Field Values
-
-