public final class UserDetailsStage extends Object implements ProgressStage<UserDetailsConfig>
Constructor and Description |
---|
UserDetailsStage() |
Modifier and Type | Method and Description |
---|---|
StageResponse |
advance(ProcessContext context,
UserDetailsConfig config)
Advance the progress stage.
|
JsonValue |
gatherInitialRequirements(ProcessContext context,
UserDetailsConfig config)
Response for defining any initial requirements the stage may have.
|
public JsonValue gatherInitialRequirements(ProcessContext context, UserDetailsConfig config) throws ResourceException
ProgressStage
gatherInitialRequirements
in interface ProgressStage<UserDetailsConfig>
context
- the current process contextconfig
- the stage configurationResourceException
- if some expected state is invalidpublic StageResponse advance(ProcessContext context, UserDetailsConfig config) throws ResourceException
ProgressStage
advance
in interface ProgressStage<UserDetailsConfig>
context
- the current process contextconfig
- the stage configurationResourceException
- if some expected state or input is invalidCopyright © 2025 Open Identity Platform Community. All rights reserved.