Package org.forgerock.selfservice.stages
Class CommonStateFields
- java.lang.Object
-
- org.forgerock.selfservice.stages.CommonStateFields
-
public final class CommonStateFields extends Object
Constants class for defining fields for common state shared across stages.- Since:
- 0.1.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCOUNTSTATUS_FIELD
The account status.static String
EMAIL_FIELD
The email address field.static String
USER_FIELD
The user field.static String
USER_ID_FIELD
The userId field.static String
USERNAME_FIELD
The username field.
-
-
-
Field Detail
-
USER_ID_FIELD
public static final String USER_ID_FIELD
The userId field.- See Also:
- Constant Field Values
-
EMAIL_FIELD
public static final String EMAIL_FIELD
The email address field.- See Also:
- Constant Field Values
-
USER_FIELD
public static final String USER_FIELD
The user field. This would be a Json object with properties such as name, kba etc.- See Also:
- Constant Field Values
-
USERNAME_FIELD
public static final String USERNAME_FIELD
The username field.- See Also:
- Constant Field Values
-
ACCOUNTSTATUS_FIELD
public static final String ACCOUNTSTATUS_FIELD
The account status.- See Also:
- Constant Field Values
-
-