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