Class ValidateActiveAccountConfig
java.lang.Object
org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
- All Implemented Interfaces:
StageConfig
Configuration for the validate active account stage.
- Since:
- 22.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the field name for the account status.getName()Gets the name of the stage configuration.Gets the class name of the consuming progress stage.Gets the field name for the valid status value.inthashCode()setAccountStatusField(String accountStatusField) Sets the field name for the account status.setValidStatusValue(String validStatusValue) Sets the field name for the valid status value.
-
Field Details
-
NAME
Name of the stage configuration.- See Also:
-
-
Constructor Details
-
ValidateActiveAccountConfig
public ValidateActiveAccountConfig()
-
-
Method Details
-
getAccountStatusField
Gets the field name for the account status.- Returns:
- the account status
-
setAccountStatusField
Sets the field name for the account status.- Parameters:
accountStatusField- the account status- Returns:
- this config instance
-
getValidStatusValue
Gets the field name for the valid status value.- Returns:
- the valid status value
-
setValidStatusValue
Sets the field name for the valid status value.- Parameters:
validStatusValue- the valid status value- 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()
-