Class ResetStageConfig
java.lang.Object
org.forgerock.selfservice.stages.reset.ResetStageConfig
- All Implemented Interfaces:
StageConfig
Configuration for the password reset stage.
- Since:
- 0.1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the password field identifier.Gets the URL for the identity service.getName()Gets the name of the stage configuration.Gets the class name of the consuming progress stage.Gets the Resource Version to use for the identity service.inthashCode()setIdentityPasswordField(String identityPasswordField) Sets the password field identifier.setIdentityServiceUrl(String identityServiceUrl) Sets the URL for the identity service.setResourceVersion(Version resourceVersion) Sets the Resource Version to use for the identity service.
-
Field Details
-
NAME
Name of the stage configuration.- See Also:
-
-
Constructor Details
-
ResetStageConfig
public ResetStageConfig()
-
-
Method Details
-
getResourceVersion
Gets the Resource Version to use for the identity service.- Returns:
- the resource version
-
setResourceVersion
Sets the Resource Version to use for the identity service.- Parameters:
resourceVersion- the resource version- Returns:
- this config instance
-
getIdentityServiceUrl
Gets the URL for the identity service.- Returns:
- the identity service URL
-
setIdentityServiceUrl
Sets the URL for the identity service.- Parameters:
identityServiceUrl- the identity service URL- Returns:
- this config instance
-
getIdentityPasswordField
Gets the password field identifier.- Returns:
- the password field name
-
setIdentityPasswordField
Sets the password field identifier.- Parameters:
identityPasswordField- the password 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()
-