Class UserDetailsConfig
java.lang.Object
org.forgerock.selfservice.stages.user.UserDetailsConfig
- All Implemented Interfaces:
StageConfig
Configuration for the user details stage.
- Since:
- 0.2.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the field name for the identity email address.getName()Gets the name of the stage configuration.Gets the class name of the consuming progress stage.inthashCode()setIdentityEmailField(String identityEmailField) Sets the field name for the identity email address.
-
Field Details
-
NAME
Name of the stage configuration.- See Also:
-
-
Constructor Details
-
UserDetailsConfig
public UserDetailsConfig()
-
-
Method Details
-
getIdentityEmailField
Gets the field name for the identity email address.- Returns:
- the identity email address field name
-
setIdentityEmailField
Sets the field name for the identity email address.- Parameters:
identityEmailField- the identity email address field name- Returns:
- this config instance
-
getName
Description copied from interface:StageConfigGets the name of the stage configuration.- Specified by:
getNamein interfaceStageConfig- Returns:
- the config name
-
getProgressStageClassName
Description copied from interface:StageConfigGets the class name of the consuming progress stage.- Specified by:
getProgressStageClassNamein interfaceStageConfig- Returns:
- the progress stage class name
-
equals
-
hashCode
public int hashCode()
-