Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACCOUNTSTATUS_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
-
The account status.
- advance(ProcessContext, CaptchaStageConfig) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStage
- advance(ProcessContext, VerifyEmailAccountConfig) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountStage
- advance(ProcessContext, SecurityAnswerDefinitionConfig) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionStage
- advance(ProcessContext, SecurityAnswerVerificationConfig) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- advance(ProcessContext, UserRegistrationConfig) - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationStage
- advance(ProcessContext, ResetStageConfig) - Method in class org.forgerock.selfservice.stages.reset.ResetStage
- advance(ProcessContext, TermsAndConditionsConfig) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsStage
- advance(ProcessContext, EmailUsernameConfig) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameStage
- advance(ProcessContext, RetrieveUsernameConfig) - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameStage
- advance(ProcessContext, UserDetailsConfig) - Method in class org.forgerock.selfservice.stages.user.UserDetailsStage
- advance(ProcessContext, UserQueryConfig) - Method in class org.forgerock.selfservice.stages.user.UserQueryStage
- advance(ProcessContext, ValidateActiveAccountConfig) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountStage
C
- CaptchaStage - Class in org.forgerock.selfservice.stages.captcha
-
Stage is responsible for captcha based security.
- CaptchaStage(Client) - Constructor for class org.forgerock.selfservice.stages.captcha.CaptchaStage
-
Constructs a new captcha stage.
- CaptchaStageConfig - Class in org.forgerock.selfservice.stages.captcha
-
Configuration for the captcha stage.
- CaptchaStageConfig() - Constructor for class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
- CommonStateFields - Class in org.forgerock.selfservice.stages
-
Constants class for defining fields for common state shared across stages.
- connectionFactory - Variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- cryptoService - Variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
E
- EMAIL_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
-
The email address field.
- EmailUsernameConfig - Class in org.forgerock.selfservice.stages.user
-
Configuration for the email based user name retrieval stage.
- EmailUsernameConfig() - Constructor for class org.forgerock.selfservice.stages.user.EmailUsernameConfig
- EmailUsernameStage - Class in org.forgerock.selfservice.stages.user
-
Stage is responsible for retrieving the user name.
- EmailUsernameStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.user.EmailUsernameStage
-
Constructs a new stage.
- equals(Object) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.kba.KbaConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
- equals(Object) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
G
- gatherInitialRequirements(ProcessContext, CaptchaStageConfig) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStage
- gatherInitialRequirements(ProcessContext, VerifyEmailAccountConfig) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountStage
- gatherInitialRequirements(ProcessContext, SecurityAnswerDefinitionConfig) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionStage
- gatherInitialRequirements(ProcessContext, SecurityAnswerVerificationConfig) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- gatherInitialRequirements(ProcessContext, UserRegistrationConfig) - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationStage
- gatherInitialRequirements(ProcessContext, ResetStageConfig) - Method in class org.forgerock.selfservice.stages.reset.ResetStage
- gatherInitialRequirements(ProcessContext, TermsAndConditionsConfig) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsStage
- gatherInitialRequirements(ProcessContext, EmailUsernameConfig) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameStage
- gatherInitialRequirements(ProcessContext, RetrieveUsernameConfig) - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameStage
- gatherInitialRequirements(ProcessContext, UserDetailsConfig) - Method in class org.forgerock.selfservice.stages.user.UserDetailsStage
- gatherInitialRequirements(ProcessContext, UserQueryConfig) - Method in class org.forgerock.selfservice.stages.user.UserQueryStage
- gatherInitialRequirements(ProcessContext, ValidateActiveAccountConfig) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountStage
- getAccountStatusField() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
-
Gets the field name for the account status.
- getEmailServiceParameters() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Gets additional parameters for the email service.
- getEmailServiceParameters() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Gets additional parameters for the email service.
- getEmailServiceUrl() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Gets the URL for the email service.
- getEmailServiceUrl() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Gets the URL for the email service.
- getEncryptionMethod() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the encryption method.
- getFrom() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Gets the from part for the verification email.
- getFrom() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Gets the from part for the verification email.
- getIdentityAccountStatusField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Gets the field name for the account status.
- getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Gets the field name for the identity email address.
- getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
-
Gets the field name for the identity email address.
- getIdentityEmailField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Gets the field name for the identity email address.
- getIdentityIdField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Gets the field name for the identity id.
- getIdentityPasswordField() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
-
Gets the password field identifier.
- getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Gets the URL for the identity service.
- getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
-
Gets the URL for the identity service.
- getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
-
Gets the URL for the identity service.
- getIdentityServiceUrl() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Gets the URL for the identity service.
- getIdentityUsernameField() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Gets the field name for the identity username.
- getJweAlgorithm() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the jwe algorithm.
- getJwsAlgorithm() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the jws algorithm.
- getKbaPropertyName() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Gets the property name in user json instance where kba details will be set.
- getKbaPropertyName() - Method in class org.forgerock.selfservice.stages.kba.KbaConfig
-
Gets the property name in user json instance where kba details will be set.
- getKeyPairAlgorithm() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the key pair algorithm.
- getKeyPairSize() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the key pair size.
- getMessageTranslations() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Gets the message map for the verification email.
- getMessageTranslations() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Gets the message map for the verification email.
- getMimeType() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Gets the mime-type of the email message.
- getMimeType() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Gets the mime-type of the email message.
- getName() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
- getName() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
- getName() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
- getName() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
- getName() - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
- getName() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
- getName() - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
- getName() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
- getName() - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
- getName() - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
- getName() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
- getName() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
- getNumberOfAnswersUserMustSet() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
-
Gets the number of answers that user must set.
- getNumberOfQuestionsUserMustAnswer() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Gets the number of questions that user must answer.
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
- getProgressStageClassName() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
- getQuestions() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Gets the kba questions in the following format.
- getQuestions() - Method in class org.forgerock.selfservice.stages.kba.KbaConfig
-
Gets the kba questions.
- getRecaptchaSecretKey() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Gets the secret key for re-captcha.
- getRecaptchaSiteKey() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Gets the site key for re-captcha.
- getRecaptchaUri() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Gets the uri for verifying recaptcha.
- getSharedKey() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the shared key.
- getSubjectTranslations() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Gets the subject map for the verification email.
- getSubjectTranslations() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Gets the subject map for the verification email.
- getTermsTranslations() - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
Gets the map of terms and conditions.
- getTokenLifeTimeInSeconds() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets the token life time.
- getTranslationFromLocaleMap(PreferredLocales, Map<Locale, String>) - Static method in class org.forgerock.selfservice.stages.utils.LocaleUtils
-
Using the user's preferred locales (for example, from the "Accept-Language" header in the HTTP context), select the most optimal (string) translation from the map.
- getType() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Gets token handler type.
- getUsernameToken() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Gets the string token representing where the user name should be substituted.
- getValidQueryFields() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Gets the set of query fields to be used when looking up the user.
- getValidStatusValue() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
-
Gets the field name for the valid status value.
- getVerificationLink() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Gets the verification URL to be passed into the email body.
- getVerificationLinkToken() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Gets the string token representing where the verification URL should be substituted.
H
- hashCode() - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.kba.KbaConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
- hashCode() - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
J
- JwtTokenHandlerConfig - Class in org.forgerock.selfservice.stages.tokenhandlers
-
Configuration for a JwtTokenHandler.
- JwtTokenHandlerConfig() - Constructor for class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
K
- KbaConfig - Class in org.forgerock.selfservice.stages.kba
-
Represents a single KBA question in various Locales.
- KbaConfig() - Constructor for class org.forgerock.selfservice.stages.kba.KbaConfig
L
- LocaleUtils - Class in org.forgerock.selfservice.stages.utils
-
Utility class for Locales.
N
- NAME - Static variable in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.reset.ResetStageConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.user.UserDetailsConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Name of the stage configuration.
- NAME - Static variable in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
-
Name of the stage configuration.
O
- org.forgerock.selfservice.stages - package org.forgerock.selfservice.stages
-
This package contains common predefined anonymous process service parts.
- org.forgerock.selfservice.stages.captcha - package org.forgerock.selfservice.stages.captcha
-
This package contains captcha stage implementation.
- org.forgerock.selfservice.stages.email - package org.forgerock.selfservice.stages.email
-
This package contains a common email stage implementation.
- org.forgerock.selfservice.stages.kba - package org.forgerock.selfservice.stages.kba
-
This package contains a common user kba stage implementation.
- org.forgerock.selfservice.stages.registration - package org.forgerock.selfservice.stages.registration
-
This package contains a common user registration stage implementation.
- org.forgerock.selfservice.stages.reset - package org.forgerock.selfservice.stages.reset
-
This package contains a common reset password stage implementation.
- org.forgerock.selfservice.stages.terms - package org.forgerock.selfservice.stages.terms
-
This package contains a terms of service stage implementation.
- org.forgerock.selfservice.stages.tokenhandlers - package org.forgerock.selfservice.stages.tokenhandlers
-
This package contains some common snapshot token handler implementations.
- org.forgerock.selfservice.stages.user - package org.forgerock.selfservice.stages.user
-
This package contains a common user related stage implementation.
- org.forgerock.selfservice.stages.utils - package org.forgerock.selfservice.stages.utils
-
This package contains some utility classes helpful for stage creators.
R
- REQUIREMENT_PROPERTY_ANSWER - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- REQUIREMENT_PROPERTY_CUSTOM_QUESTION - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- REQUIREMENT_PROPERTY_ID - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- REQUIREMENT_PROPERTY_QUESTION - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- REQUIREMENT_PROPERTY_QUESTION_ID - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- REQUIREMENT_PROPERTY_SYSTEM_QUESTION - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- REQUIREMENT_PROPERTY_USER_QUESTION - Static variable in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
- ResetStage - Class in org.forgerock.selfservice.stages.reset
-
The reset password stage.
- ResetStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.reset.ResetStage
-
Constructs a new reset stage.
- ResetStageConfig - Class in org.forgerock.selfservice.stages.reset
-
Configuration for the password reset stage.
- ResetStageConfig() - Constructor for class org.forgerock.selfservice.stages.reset.ResetStageConfig
- RetrieveUsernameConfig - Class in org.forgerock.selfservice.stages.user
-
Configuration for the retrieve username stage.
- RetrieveUsernameConfig() - Constructor for class org.forgerock.selfservice.stages.user.RetrieveUsernameConfig
- RetrieveUsernameStage - Class in org.forgerock.selfservice.stages.user
-
Stage is responsible for retrieving the username.
- RetrieveUsernameStage() - Constructor for class org.forgerock.selfservice.stages.user.RetrieveUsernameStage
S
- SecurityAnswerDefinitionConfig - Class in org.forgerock.selfservice.stages.kba
-
Configuration for the KBA Security Answer Definition Stage.
- SecurityAnswerDefinitionConfig(KbaConfig) - Constructor for class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
-
Creates a new SecurityAnswerDefinitionConfig.
- SecurityAnswerDefinitionStage - Class in org.forgerock.selfservice.stages.kba
-
Stage is responsible for supplying the KBA questions to the user and capturing the answers provided by the user.
- SecurityAnswerDefinitionStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionStage
-
Constructs a new security answer definition stage.
- SecurityAnswerVerificationConfig - Class in org.forgerock.selfservice.stages.kba
-
Configuration for the KBA Security Answer Verification Stage.
- SecurityAnswerVerificationConfig(KbaConfig) - Constructor for class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Creates a new SecurityAnswerVerificationConfig.
- SecurityAnswerVerificationStage - Class in org.forgerock.selfservice.stages.kba
-
Stage is responsible for verifying the answers provided by the user for the KBA questions.
- SecurityAnswerVerificationStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationStage
-
Constructs a new security answer verification stage.
- self() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
- self() - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
- setAccountStatusField(String) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
-
Sets the field name for the account status.
- setEmailServiceParameters(Map<String, String>) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets any parameters for the email service.
- setEmailServiceParameters(Map<String, String>) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Sets any parameters for the email service.
- setEmailServiceUrl(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the URL for the email service.
- setEmailServiceUrl(String) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Sets the URL for the email service.
- setEncryptionMethod(EncryptionMethod) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Set the encryption method.
- setFrom(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the from part for the verification email.
- setFrom(String) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Sets the from part for the verification email.
- setIdentityAccountStatusField(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Sets the field name for the identity account status.
- setIdentityEmailField(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the field name for the identity email address.
- setIdentityEmailField(String) - Method in class org.forgerock.selfservice.stages.user.UserDetailsConfig
-
Sets the field name for the identity email address.
- setIdentityEmailField(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Sets the field name for the identity email address.
- setIdentityIdField(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Sets the field name for the identity id.
- setIdentityPasswordField(String) - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
-
Sets the password field identifier.
- setIdentityServiceUrl(String) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Sets the URL for the identity service.
- setIdentityServiceUrl(String) - Method in class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
-
Sets the URL for the identity service.
- setIdentityServiceUrl(String) - Method in class org.forgerock.selfservice.stages.reset.ResetStageConfig
-
Sets the URL for the identity service.
- setIdentityServiceUrl(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Sets the URL for the identity service.
- setIdentityUsernameField(String) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Sets the field name for the identity username.
- setJweAlgorithm(JweAlgorithm) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Set the Jwe algorithm.
- setJwsAlgorithm(JwsAlgorithm) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Set the Jws algorithm.
- setKbaPropertyName(String) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Sets the property name in user json instance where kba details will be set.
- setKbaPropertyName(String) - Method in class org.forgerock.selfservice.stages.kba.KbaConfig
-
Sets the property name in user json instance where kba details will be set.
- setKeyPairAlgorithm(String) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Set the key pair algorithm.
- setKeyPairSize(int) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Set the key pair size..
- setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the message map for the verification email.
- setMessageTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Sets the message map for the verification email.
- setMimeType(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the message mime-type.
- setMimeType(String) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Sets the message mime-type.
- setNumberOfAnswersUserMustSet(int) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerDefinitionConfig
-
Sets the number of answers that user must set.
- setNumberOfQuestionsUserMustAnswer(int) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Sets the number of questions that user must answer.
- setQuestions(Map<String, Map<String, String>>) - Method in class org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Sets the kba questions.
- setQuestions(Map<String, Map<String, String>>) - Method in class org.forgerock.selfservice.stages.kba.KbaConfig
-
Sets the kba questions.
- setRecaptchaSecretKey(String) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Sets the secret key for re-captcha.
- setRecaptchaSiteKey(String) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Sets the site key for re-captcha.
- setRecaptchaUri(String) - Method in class org.forgerock.selfservice.stages.captcha.CaptchaStageConfig
-
Sets the uri for verifying recaptcha.
- setSharedKey(String) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Set the shared key.
- setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the subject map for the verification email.
- setSubjectTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Sets the subject map for the verification email.
- setTermsTranslations(Map<Locale, String>) - Method in class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
-
Sets the terms and conditions map.
- setTokenLifeTimeInSeconds(long) - Method in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Set the token life (seconds).
- setUsernameToken(String) - Method in class org.forgerock.selfservice.stages.user.EmailUsernameConfig
-
Sets the string token representing where the user name should be substituted.
- setValidQueryFields(Set<String>) - Method in class org.forgerock.selfservice.stages.user.UserQueryConfig
-
Sets the set of query fields to be used when looking up the user.
- setValidStatusValue(String) - Method in class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
-
Sets the field name for the valid status value.
- setVerificationLink(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the verification URL to be passed into the email body.
- setVerificationLinkToken(String) - Method in class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
-
Sets the string token representing where the verification URL should be substituted.
T
- TermsAndConditionsConfig - Class in org.forgerock.selfservice.stages.terms
-
Configuration for terms and conditions stage.
- TermsAndConditionsConfig() - Constructor for class org.forgerock.selfservice.stages.terms.TermsAndConditionsConfig
- TermsAndConditionsStage - Class in org.forgerock.selfservice.stages.terms
-
Presents a Terms and Condition blurb to the user for acceptance.
- TermsAndConditionsStage() - Constructor for class org.forgerock.selfservice.stages.terms.TermsAndConditionsStage
- TYPE - Static variable in class org.forgerock.selfservice.stages.tokenhandlers.JwtTokenHandlerConfig
-
Type of the token handler.
U
- USER_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
-
The user field.
- USER_ID_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
-
The userId field.
- UserDetailsConfig - Class in org.forgerock.selfservice.stages.user
-
Configuration for the user details stage.
- UserDetailsConfig() - Constructor for class org.forgerock.selfservice.stages.user.UserDetailsConfig
- UserDetailsStage - Class in org.forgerock.selfservice.stages.user
-
Stage is responsible for request a new user json representation.
- UserDetailsStage() - Constructor for class org.forgerock.selfservice.stages.user.UserDetailsStage
- USERNAME_FIELD - Static variable in class org.forgerock.selfservice.stages.CommonStateFields
-
The username field.
- UserQueryConfig - Class in org.forgerock.selfservice.stages.user
-
Configuration for the user query stage.
- UserQueryConfig() - Constructor for class org.forgerock.selfservice.stages.user.UserQueryConfig
- UserQueryStage - Class in org.forgerock.selfservice.stages.user
-
Stage is responsible for querying the underlying service for a user based on the supplied query fields.
- UserQueryStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.user.UserQueryStage
-
Constructs a new user query stage.
- UserRegistrationConfig - Class in org.forgerock.selfservice.stages.registration
-
Configuration for the user registration stage.
- UserRegistrationConfig() - Constructor for class org.forgerock.selfservice.stages.registration.UserRegistrationConfig
- UserRegistrationStage - Class in org.forgerock.selfservice.stages.registration
-
Stage is responsible for registering the user supplied data using the underlying service.
- UserRegistrationStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.registration.UserRegistrationStage
-
Constructs a new user registration stage.
V
- ValidateActiveAccountConfig - Class in org.forgerock.selfservice.stages.user
-
Configuration for the validate active account stage.
- ValidateActiveAccountConfig() - Constructor for class org.forgerock.selfservice.stages.user.ValidateActiveAccountConfig
- ValidateActiveAccountStage - Class in org.forgerock.selfservice.stages.user
-
Stage is responsible for validating account status.
- ValidateActiveAccountStage() - Constructor for class org.forgerock.selfservice.stages.user.ValidateActiveAccountStage
- VerifyEmailAccountConfig - Class in org.forgerock.selfservice.stages.email
-
Configuration for the email account verification stage.
- VerifyEmailAccountConfig() - Constructor for class org.forgerock.selfservice.stages.email.VerifyEmailAccountConfig
- VerifyEmailAccountStage - Class in org.forgerock.selfservice.stages.email
-
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.
- VerifyEmailAccountStage(ConnectionFactory) - Constructor for class org.forgerock.selfservice.stages.email.VerifyEmailAccountStage
-
Constructs a new stage.
All Classes and Interfaces|All Packages|Constant Field Values