Uses of Class
org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
-
Packages that use ValidateActiveAccountConfig Package Description org.forgerock.selfservice.stages.user This package contains a common user related stage implementation. -
-
Uses of ValidateActiveAccountConfig in org.forgerock.selfservice.stages.user
Methods in org.forgerock.selfservice.stages.user that return ValidateActiveAccountConfig Modifier and Type Method Description ValidateActiveAccountConfig
ValidateActiveAccountConfig. setAccountStatusField(String accountStatusField)
Sets the field name for the account status.ValidateActiveAccountConfig
ValidateActiveAccountConfig. setValidStatusValue(String validStatusValue)
Sets the field name for the valid status value.Methods in org.forgerock.selfservice.stages.user with parameters of type ValidateActiveAccountConfig Modifier and Type Method Description StageResponse
ValidateActiveAccountStage. advance(ProcessContext context, ValidateActiveAccountConfig config)
JsonValue
ValidateActiveAccountStage. gatherInitialRequirements(ProcessContext context, ValidateActiveAccountConfig config)
-