public final class RetrieveEmailConfig extends Object implements StageConfig
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
RetrieveEmailConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIdentityEmailField()
Gets the field name for the identity email address.
|
String |
getName()
Gets the name of the stage configuration.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
int |
hashCode() |
RetrieveEmailConfig |
setIdentityEmailField(String identityEmailField)
Sets the field name for the identity email address.
|
public static final String NAME
public String getName()
StageConfig
getName
in interface StageConfig
public String getIdentityEmailField()
public RetrieveEmailConfig setIdentityEmailField(String identityEmailField)
identityEmailField
- the identity email address field namepublic String getProgressStageClassName()
StageConfig
getProgressStageClassName
in interface StageConfig
Copyright © 2010-2020, ForgeRock All Rights Reserved.