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