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