public final class ValidateActiveAccountConfig extends Object implements StageConfig
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
ValidateActiveAccountConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAccountStatusField()
Gets the field name for the account status.
|
String |
getName()
Gets the name of the stage configuration.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
String |
getValidStatusValue()
Gets the field name for the valid status value.
|
int |
hashCode() |
ValidateActiveAccountConfig |
setAccountStatusField(String accountStatusField)
Sets the field name for the account status.
|
ValidateActiveAccountConfig |
setValidStatusValue(String validStatusValue)
Sets the field name for the valid status value.
|
public static final String NAME
public String getAccountStatusField()
public ValidateActiveAccountConfig setAccountStatusField(String accountStatusField)
accountStatusField
- the account statuspublic String getValidStatusValue()
public ValidateActiveAccountConfig setValidStatusValue(String validStatusValue)
validStatusValue
- the valid status valuepublic String getName()
StageConfig
getName
in interface StageConfig
public String getProgressStageClassName()
StageConfig
getProgressStageClassName
in interface StageConfig
Copyright © 2010-2020, ForgeRock All Rights Reserved.