public final class SharedStateConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_LEVEL
The current authentication level achieved so far processing the tree.
|
static String |
CURRENT_NODE_ID
The nodeId of the node being processed in the tree.
|
static String |
EMAIL_ADDRESS
The user's email address.
|
static String |
FAILURE_URL
The post authentication failure URL.
|
static String |
ONE_TIME_PASSWORD
The One Time Password.
|
static String |
ONE_TIME_PASSWORD_TIMESTAMP
The time at which the one time password was created.
|
static String |
PASSWORD
The user's password.
|
static String |
REALM
The Realm.
|
static String |
RETRIES_REMAINING
The countdown of number of retries remaining.
|
static String |
SUCCESS_URL
The post authentication success URL.
|
static String |
TARGET_AUTH_LEVEL
The desirable authentication level to achieve at successful authentication.
|
static String |
USER_GOTO_ON_FAIL_PARAM_KEY
The gotoOnFail URL parameter key.
|
static String |
USER_GOTO_PARAM_KEY
The goto URL parameter key.
|
static String |
USERNAME
The username.
|
public static final String REALM
public static final String AUTH_LEVEL
public static final String TARGET_AUTH_LEVEL
public static final String CURRENT_NODE_ID
public static final String USERNAME
public static final String PASSWORD
public static final String ONE_TIME_PASSWORD
public static final String ONE_TIME_PASSWORD_TIMESTAMP
public static final String RETRIES_REMAINING
public static final String EMAIL_ADDRESS
public static final String SUCCESS_URL
public static final String FAILURE_URL
public static final String USER_GOTO_PARAM_KEY
public static final String USER_GOTO_ON_FAIL_PARAM_KEY
Copyright © 2010-2017, ForgeRock All Rights Reserved.