Uses of Class
org.forgerock.selfservice.stages.user.UserQueryConfig
-
Packages that use UserQueryConfig Package Description org.forgerock.selfservice.stages.user This package contains a common user related stage implementation. -
-
Uses of UserQueryConfig in org.forgerock.selfservice.stages.user
Methods in org.forgerock.selfservice.stages.user that return UserQueryConfig Modifier and Type Method Description UserQueryConfig
UserQueryConfig. setIdentityAccountStatusField(String identityAccountStatusField)
Sets the field name for the identity account status.UserQueryConfig
UserQueryConfig. setIdentityEmailField(String identityEmailField)
Sets the field name for the identity email address.UserQueryConfig
UserQueryConfig. setIdentityIdField(String identityIdField)
Sets the field name for the identity id.UserQueryConfig
UserQueryConfig. setIdentityServiceUrl(String identityServiceUrl)
Sets the URL for the identity service.UserQueryConfig
UserQueryConfig. setIdentityUsernameField(String identityUsernameField)
Sets the field name for the identity username.UserQueryConfig
UserQueryConfig. setResourceVersion(Version resourceVersion)
Sets the resource version fields to be used when looking up the user.UserQueryConfig
UserQueryConfig. setValidQueryFields(Set<String> validQueryFields)
Sets the set of query fields to be used when looking up the user.Methods in org.forgerock.selfservice.stages.user with parameters of type UserQueryConfig Modifier and Type Method Description StageResponse
UserQueryStage. advance(ProcessContext context, UserQueryConfig config)
JsonValue
UserQueryStage. gatherInitialRequirements(ProcessContext context, UserQueryConfig config)
-