Package | Description |
---|---|
org.forgerock.selfservice.core |
This package contains the core implementation for the anonymous process service.
|
org.forgerock.selfservice.core.snapshot |
This package contains the implementation for creating and management of snapshots.
|
org.forgerock.selfservice.stages.captcha |
This package contains captcha stage implementation.
|
org.forgerock.selfservice.stages.email |
This package contains a common email stage implementation.
|
org.forgerock.selfservice.stages.kba |
This package contains a common user kba stage implementation.
|
org.forgerock.selfservice.stages.parameters |
This package contains a parameter passing stage implementation.
|
org.forgerock.selfservice.stages.registration |
This package contains a common user registration stage implementation.
|
org.forgerock.selfservice.stages.reset |
This package contains a common reset password stage implementation.
|
org.forgerock.selfservice.stages.user |
This package contains a common user related stage implementation.
|
org.forgerock.selfservice.stages.utils |
This package contains some utility classes helpful for stage creators.
|
Modifier and Type | Method and Description |
---|---|
StageResponse |
ProgressStageBinding.advance(ProcessContext context)
Advance the progress stage.
|
StageResponse |
ProgressStage.advance(ProcessContext context,
C config)
Advance the progress stage.
|
JsonValue |
ProgressStageBinding.gatherInitialRequirements(ProcessContext context)
Response for defining any initial requirements the bound stage may have.
|
JsonValue |
ProgressStage.gatherInitialRequirements(ProcessContext context,
C config)
Response for defining any initial requirements the stage may have.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotTokenCallback.snapshotTokenPreview(ProcessContext context,
String snapshotToken)
Preview of the snapshot token just prior to requirements being sent to the client.
|
Modifier and Type | Method and Description |
---|---|
StageResponse |
CaptchaStage.advance(ProcessContext context,
CaptchaStageConfig config) |
JsonValue |
CaptchaStage.gatherInitialRequirements(ProcessContext context,
CaptchaStageConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
RetrieveEmailStage.advance(ProcessContext context,
RetrieveEmailConfig config) |
StageResponse |
VerifyEmailAccountStage.advance(ProcessContext context,
VerifyEmailAccountConfig config) |
JsonValue |
RetrieveEmailStage.gatherInitialRequirements(ProcessContext context,
RetrieveEmailConfig config) |
JsonValue |
VerifyEmailAccountStage.gatherInitialRequirements(ProcessContext context,
VerifyEmailAccountConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
SecurityAnswerDefinitionStage.advance(ProcessContext context,
SecurityAnswerDefinitionConfig config) |
StageResponse |
SecurityAnswerVerificationStage.advance(ProcessContext context,
SecurityAnswerVerificationConfig config) |
JsonValue |
SecurityAnswerDefinitionStage.gatherInitialRequirements(ProcessContext context,
SecurityAnswerDefinitionConfig config) |
JsonValue |
SecurityAnswerVerificationStage.gatherInitialRequirements(ProcessContext context,
SecurityAnswerVerificationConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
ParametersStage.advance(ProcessContext context,
ParametersConfig config) |
JsonValue |
ParametersStage.gatherInitialRequirements(ProcessContext context,
ParametersConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
UserRegistrationStage.advance(ProcessContext context,
UserRegistrationConfig config) |
JsonValue |
UserRegistrationStage.gatherInitialRequirements(ProcessContext context,
UserRegistrationConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
ResetStage.advance(ProcessContext context,
ResetStageConfig config) |
JsonValue |
ResetStage.gatherInitialRequirements(ProcessContext context,
ResetStageConfig config) |
Modifier and Type | Method and Description |
---|---|
static String |
StageUtils.retrieveStateFieldAsString(ProcessContext context,
String field)
It returns a String value kept in the ProcessContext state.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.