Package | Description |
---|---|
org.forgerock.selfservice.core |
This package contains the core implementation for the anonymous process service.
|
org.forgerock.selfservice.core.config |
This package contains the service configuration.
|
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.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 | Interface and Description |
---|---|
interface |
ProgressStage<C extends StageConfig>
Progress stage represents a single stage within the overall advance flow.
|
class |
ProgressStageBinding<C extends StageConfig>
Binds together the progress stage with its config.
|
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 | 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 |
---|---|
List<StageConfig> |
ProcessInstanceConfig.getStageConfigs()
Gets the list of stage configs.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstanceConfig |
ProcessInstanceConfig.setStageConfigs(List<StageConfig> stageConfigs)
Sets the list of stage configs.
|
Modifier and Type | Class and Description |
---|---|
class |
CaptchaStageConfig
Configuration for the captcha stage.
|
Modifier and Type | Class and Description |
---|---|
class |
RetrieveEmailConfig
Configuration for the retrieve email stage.
|
class |
VerifyEmailAccountConfig
Configuration for the email account verification stage.
|
Modifier and Type | Class and Description |
---|---|
class |
ParametersConfig
Configuration for parameter passing stage.
|
Modifier and Type | Class and Description |
---|---|
class |
UserRegistrationConfig
Configuration for the user registration stage.
|
Modifier and Type | Class and Description |
---|---|
class |
ResetStageConfig
Configuration for the password reset stage.
|
Modifier and Type | Class and Description |
---|---|
class |
TermsAndConditionsConfig
Configuration for terms and conditions stage.
|
Modifier and Type | Class and Description |
---|---|
class |
EmailUsernameConfig
Configuration for the email based user name retrieval stage.
|
class |
RetrieveUsernameConfig
Configuration for the retrieve username stage.
|
class |
UserDetailsConfig
Configuration for the user details stage.
|
class |
UserQueryConfig
Configuration for the user query stage.
|
class |
ValidateActiveAccountConfig
Configuration for the validate active account stage.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.