public final class RetrieveEmailStage extends Object implements ProgressStage<RetrieveEmailConfig>
Constructor and Description |
---|
RetrieveEmailStage() |
Modifier and Type | Method and Description |
---|---|
StageResponse |
advance(ProcessContext context,
RetrieveEmailConfig config)
Advance the progress stage.
|
JsonValue |
gatherInitialRequirements(ProcessContext context,
RetrieveEmailConfig config)
Response for defining any initial requirements the stage may have.
|
public JsonValue gatherInitialRequirements(ProcessContext context, RetrieveEmailConfig config) throws ResourceException
ProgressStage
An empty json object implies no initial requirements.
gatherInitialRequirements
in interface ProgressStage<RetrieveEmailConfig>
context
- the current process contextconfig
- the stage configurationResourceException
- if some expected state is invalidpublic StageResponse advance(ProcessContext context, RetrieveEmailConfig config) throws ResourceException
ProgressStage
advance
in interface ProgressStage<RetrieveEmailConfig>
context
- the current process contextconfig
- the stage configurationResourceException
- if some expected state or input is invalidCopyright © 2010-2020, ForgeRock All Rights Reserved.