public final class ResetStageConfig extends Object implements StageConfig
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
ResetStageConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIdentityPasswordField()
Gets the password field identifier.
|
String |
getIdentityServiceUrl()
Gets the URL for the identity service.
|
String |
getName()
Gets the name of the stage configuration.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
int |
hashCode() |
ResetStageConfig |
setIdentityPasswordField(String identityPasswordField)
Sets the password field identifier.
|
ResetStageConfig |
setIdentityServiceUrl(String identityServiceUrl)
Sets the URL for the identity service.
|
public static final String NAME
public String getIdentityServiceUrl()
public ResetStageConfig setIdentityServiceUrl(String identityServiceUrl)
identityServiceUrl
- the identity service URLpublic String getIdentityPasswordField()
public ResetStageConfig setIdentityPasswordField(String identityPasswordField)
identityPasswordField
- the password field namepublic String getName()
StageConfig
getName
in interface StageConfig
public String getProgressStageClassName()
StageConfig
getProgressStageClassName
in interface StageConfig
Copyright © 2010-2020, ForgeRock All Rights Reserved.