Class RetrieveEmailConfig
java.lang.Object
org.forgerock.selfservice.stages.email.RetrieveEmailConfig
- All Implemented Interfaces:
StageConfig
Configuration for the retrieve email stage.
-
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
-
RetrieveEmailConfig
public RetrieveEmailConfig()
-
-
Method Details
-
getName
Description copied from interface:StageConfigGets the name of the stage configuration.- Specified by:
getNamein interfaceStageConfig- Returns:
- the config name
-
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
-
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()
-