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.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.
|
Constructor and Description |
---|
UserUpdateService(ConnectionFactory connectionFactory,
SecurityAnswer securityAnswer,
ResourcePath identityService,
KbaConfig kbaConfig)
Construct a service to update the user's KBA info.
|
UserUpdateService(ConnectionFactory connectionFactory,
SecurityAnswer securityAnswer,
ResourcePath identityService,
KbaConfig kbaConfig)
Construct a service to update the user's KBA info.
|
Constructor and Description |
---|
CaptchaStage(Client httpClient)
Constructs a new captcha stage.
|
Constructor and Description |
---|
VerifyEmailAccountStage(ConnectionFactory connectionFactory,
EmailVerificationWhitelist whitelist,
ExecutorService executorService)
Constructs a new stage.
|
VerifyEmailAccountStage(ConnectionFactory connectionFactory,
EmailVerificationWhitelist whitelist,
ExecutorService executorService)
Constructs a new stage.
|
VerifyEmailAccountStage(ConnectionFactory connectionFactory,
EmailVerificationWhitelist whitelist,
ExecutorService executorService)
Constructs a new stage.
|
Constructor and Description |
---|
SecurityAnswerDefinitionStage(ConnectionFactory connectionFactory,
SecurityAnswer securityAnswer)
Constructs a new security answer definition stage.
|
SecurityAnswerDefinitionStage(ConnectionFactory connectionFactory,
SecurityAnswer securityAnswer)
Constructs a new security answer definition stage.
|
SecurityAnswerVerificationStage(ConnectionFactory connectionFactory,
SecurityAnswerLockoutManager securityAnswerLockoutManager)
Constructs a new security answer verification stage.
|
SecurityAnswerVerificationStage(ConnectionFactory connectionFactory,
SecurityAnswerLockoutManager securityAnswerLockoutManager)
Constructs a new security answer verification stage.
|
Constructor and Description |
---|
UserRegistrationStage(ConnectionFactory connectionFactory)
Constructs a new user registration stage.
|
Constructor and Description |
---|
ResetStage(ConnectionFactory connectionFactory)
Constructs a new reset stage.
|
Constructor and Description |
---|
EmailUsernameStage(ConnectionFactory connectionFactory,
ExecutorService executorService)
Constructs a new stage.
|
EmailUsernameStage(ConnectionFactory connectionFactory,
ExecutorService executorService)
Constructs a new stage.
|
UserQueryStage(ConnectionFactory connectionFactory)
Constructs a new user query stage.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.