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.user |
This package contains a common user related stage implementation.
|
Modifier and Type | Method and Description |
---|---|
ProgressStage<StageConfig> |
ProgressStageProvider.get(Class<? extends ProgressStage<StageConfig>> progressStageClass)
Given the progress stage class retrieves a corresponding instance of the class.
|
Modifier and Type | Method and Description |
---|---|
static <C extends StageConfig> |
ProgressStageBinding.bind(ProgressStage<C> stage,
C config)
Create a new binder instance.
|
Modifier and Type | Method and Description |
---|---|
ProgressStage<StageConfig> |
ProgressStageProvider.get(Class<? extends ProgressStage<StageConfig>> progressStageClass)
Given the progress stage class retrieves a corresponding instance of the class.
|
Modifier and Type | Class and Description |
---|---|
class |
CaptchaStage
Stage is responsible for captcha based security.
|
Modifier and Type | Class and Description |
---|---|
class |
RetrieveEmailStage
Stage is responsible for retrieving the email.
|
class |
VerifyEmailAccountStage
Having retrieved the email address from the context or in response to the initial requirements, verifies the
validity of the email address with the user who submitted the requirements via an email flow.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKbaStage<C extends AbstractKbaStageConfig<?>>
Base class for KBA stages.
|
class |
SecurityAnswerDefinitionStage
Stage is responsible for supplying the KBA questions to the user and capturing the answers provided by the user.
|
class |
SecurityAnswerVerificationStage
Stage is responsible for verifying the answers provided by the user for the KBA questions.
|
Modifier and Type | Class and Description |
---|---|
class |
ParametersStage
Captures input parameters to be passed back out at the end of the process.
|
Modifier and Type | Class and Description |
---|---|
class |
UserRegistrationStage
Stage is responsible for registering the user supplied data using the underlying service.
|
Modifier and Type | Class and Description |
---|---|
class |
ResetStage
The reset password stage.
|
Modifier and Type | Class and Description |
---|---|
class |
EmailUsernameStage
Stage is responsible for retrieving the user name.
|
class |
RetrieveUsernameStage
Stage is responsible for retrieving the username.
|
class |
UserDetailsStage
Stage is responsible for request a new user json representation.
|
class |
UserQueryStage
Stage is responsible for querying the underlying service for a user based on the supplied query fields.
|
class |
ValidateActiveAccountStage
Stage is responsible for validating account status.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.