Package | Description |
---|---|
org.forgerock.selfservice.stages.user |
This package contains a common user related stage implementation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
StageResponse |
UserQueryStage.advance(ProcessContext context,
UserQueryConfig config) |
JsonValue |
UserQueryStage.gatherInitialRequirements(ProcessContext context,
UserQueryConfig config) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.