Uses of Class
org.forgerock.selfservice.stages.reset.ResetStageConfig
-
Packages that use ResetStageConfig Package Description org.forgerock.selfservice.stages.reset This package contains a common reset password stage implementation. -
-
Uses of ResetStageConfig in org.forgerock.selfservice.stages.reset
Methods in org.forgerock.selfservice.stages.reset that return ResetStageConfig Modifier and Type Method Description ResetStageConfig
ResetStageConfig. setIdentityPasswordField(String identityPasswordField)
Sets the password field identifier.ResetStageConfig
ResetStageConfig. setIdentityServiceUrl(String identityServiceUrl)
Sets the URL for the identity service.ResetStageConfig
ResetStageConfig. setResourceVersion(Version resourceVersion)
Sets the Resource Version to use for the identity service.Methods in org.forgerock.selfservice.stages.reset with parameters of type ResetStageConfig Modifier and Type Method Description StageResponse
ResetStage. advance(ProcessContext context, ResetStageConfig config)
JsonValue
ResetStage. gatherInitialRequirements(ProcessContext context, ResetStageConfig config)
-