Package | Description |
---|---|
org.forgerock.selfservice.core |
This package contains the core implementation for the anonymous process service.
|
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.terms |
This package contains a terms of service stage implementation.
|
org.forgerock.selfservice.stages.user |
This package contains a common user related stage implementation.
|
Modifier and Type | Method and Description |
---|---|
StageResponse |
ProgressStage.advance(ProcessContext context,
C config)
Advance the progress stage.
|
StageResponse |
StageResponse.Builder.build()
Builds a stage response instance.
|
StageResponse |
StageResponse.RequirementsBuilder.build()
Builds a stage response instance.
|
Modifier and Type | Method and Description |
---|---|
StageResponse |
CaptchaStage.advance(ProcessContext context,
CaptchaStageConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
RetrieveEmailStage.advance(ProcessContext context,
RetrieveEmailConfig config) |
StageResponse |
VerifyEmailAccountStage.advance(ProcessContext context,
VerifyEmailAccountConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
SecurityAnswerDefinitionStage.advance(ProcessContext context,
SecurityAnswerDefinitionConfig config) |
StageResponse |
SecurityAnswerVerificationStage.advance(ProcessContext context,
SecurityAnswerVerificationConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
ParametersStage.advance(ProcessContext context,
ParametersConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
UserRegistrationStage.advance(ProcessContext context,
UserRegistrationConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
ResetStage.advance(ProcessContext context,
ResetStageConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
TermsAndConditionsStage.advance(ProcessContext context,
TermsAndConditionsConfig config) |
Modifier and Type | Method and Description |
---|---|
StageResponse |
EmailUsernameStage.advance(ProcessContext context,
EmailUsernameConfig config) |
StageResponse |
RetrieveUsernameStage.advance(ProcessContext context,
RetrieveUsernameConfig config) |
StageResponse |
UserDetailsStage.advance(ProcessContext context,
UserDetailsConfig config) |
StageResponse |
UserQueryStage.advance(ProcessContext context,
UserQueryConfig config) |
StageResponse |
ValidateActiveAccountStage.advance(ProcessContext context,
ValidateActiveAccountConfig config) |
Copyright © 2010-2020, ForgeRock All Rights Reserved.