Uses of Class
org.forgerock.selfservice.core.annotations.SelfService
-
Packages that use SelfService 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. -
-
Uses of SelfService in org.forgerock.selfservice.core
Constructor parameters in org.forgerock.selfservice.core with annotations of type SelfService Constructor 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. -
Uses of SelfService in org.forgerock.selfservice.stages.captcha
Constructor parameters in org.forgerock.selfservice.stages.captcha with annotations of type SelfService Constructor Description CaptchaStage(Client httpClient)
Constructs a new captcha stage. -
Uses of SelfService in org.forgerock.selfservice.stages.email
Constructor parameters in org.forgerock.selfservice.stages.email with annotations of type SelfService Constructor 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. -
Uses of SelfService in org.forgerock.selfservice.stages.kba
Constructor parameters in org.forgerock.selfservice.stages.kba with annotations of type SelfService Constructor 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. -
Uses of SelfService in org.forgerock.selfservice.stages.registration
Constructor parameters in org.forgerock.selfservice.stages.registration with annotations of type SelfService Constructor Description UserRegistrationStage(ConnectionFactory connectionFactory)
Constructs a new user registration stage. -
Uses of SelfService in org.forgerock.selfservice.stages.reset
Constructor parameters in org.forgerock.selfservice.stages.reset with annotations of type SelfService Constructor Description ResetStage(ConnectionFactory connectionFactory)
Constructs a new reset stage. -
Uses of SelfService in org.forgerock.selfservice.stages.user
Constructor parameters in org.forgerock.selfservice.stages.user with annotations of type SelfService Constructor 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.
-