Uses of Class
org.forgerock.selfservice.stages.registration.UserRegistrationConfig
-
Packages that use UserRegistrationConfig Package Description org.forgerock.selfservice.stages.registration This package contains a common user registration stage implementation. -
-
Uses of UserRegistrationConfig in org.forgerock.selfservice.stages.registration
Methods in org.forgerock.selfservice.stages.registration that return UserRegistrationConfig Modifier and Type Method Description UserRegistrationConfig
UserRegistrationConfig. setIdentityServiceUrl(String identityServiceUrl)
Sets the URL for the identity service.Methods in org.forgerock.selfservice.stages.registration with parameters of type UserRegistrationConfig Modifier and Type Method Description StageResponse
UserRegistrationStage. advance(ProcessContext context, UserRegistrationConfig config)
JsonValue
UserRegistrationStage. gatherInitialRequirements(ProcessContext context, UserRegistrationConfig config)
-