public final class UserQueryConfig extends Object implements StageConfig
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
UserQueryConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIdentityAccountStatusField()
Gets the field name for the account status.
|
String |
getIdentityEmailField()
Gets the field name for the identity email address.
|
String |
getIdentityIdField()
Gets the field name for the identity id.
|
String |
getIdentityServiceUrl()
Gets the URL for the identity service.
|
String |
getIdentityUsernameField()
Gets the field name for the identity username.
|
String |
getName()
Gets the name of the stage configuration.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
Version |
getResourceVersion()
Gets the resource version fields to be used when looking up the user.
|
Set<String> |
getValidQueryFields()
Gets the set of query fields to be used when looking up the user.
|
int |
hashCode() |
UserQueryConfig |
setIdentityAccountStatusField(String identityAccountStatusField)
Sets the field name for the identity account status.
|
UserQueryConfig |
setIdentityEmailField(String identityEmailField)
Sets the field name for the identity email address.
|
UserQueryConfig |
setIdentityIdField(String identityIdField)
Sets the field name for the identity id.
|
UserQueryConfig |
setIdentityServiceUrl(String identityServiceUrl)
Sets the URL for the identity service.
|
UserQueryConfig |
setIdentityUsernameField(String identityUsernameField)
Sets the field name for the identity username.
|
UserQueryConfig |
setResourceVersion(Version resourceVersion)
Sets the resource version fields to be used when looking up the user.
|
UserQueryConfig |
setValidQueryFields(Set<String> validQueryFields)
Sets the set of query fields to be used when looking up the user.
|
public static final String NAME
public Version getResourceVersion()
public UserQueryConfig setResourceVersion(Version resourceVersion)
resourceVersion
- resource version fieldspublic Set<String> getValidQueryFields()
public UserQueryConfig setValidQueryFields(Set<String> validQueryFields)
validQueryFields
- query fieldspublic String getIdentityServiceUrl()
public UserQueryConfig setIdentityServiceUrl(String identityServiceUrl)
identityServiceUrl
- the identity service URLpublic String getIdentityIdField()
public UserQueryConfig setIdentityIdField(String identityIdField)
identityIdField
- the identity id field namepublic String getIdentityEmailField()
public UserQueryConfig setIdentityEmailField(String identityEmailField)
identityEmailField
- the identity email address field namepublic String getIdentityUsernameField()
public UserQueryConfig setIdentityUsernameField(String identityUsernameField)
identityUsernameField
- the identity username field namepublic String getIdentityAccountStatusField()
public UserQueryConfig setIdentityAccountStatusField(String identityAccountStatusField)
identityAccountStatusField
- the identity account statuspublic String getName()
StageConfig
getName
in interface StageConfig
public String getProgressStageClassName()
StageConfig
getProgressStageClassName
in interface StageConfig
Copyright © 2010-2020, ForgeRock All Rights Reserved.