Uses of Class
org.forgerock.selfservice.stages.kba.SecurityAnswerVerificationConfig
-
Packages that use SecurityAnswerVerificationConfig Package Description org.forgerock.selfservice.stages.kba This package contains a common user kba stage implementation. -
-
Uses of SecurityAnswerVerificationConfig in org.forgerock.selfservice.stages.kba
Methods in org.forgerock.selfservice.stages.kba that return SecurityAnswerVerificationConfig Modifier and Type Method Description SecurityAnswerVerificationConfig
SecurityAnswerVerificationConfig. self()
SecurityAnswerVerificationConfig
SecurityAnswerVerificationConfig. setIdentityServiceUrl(String identityServiceUrl)
Sets the URL for the identity service.SecurityAnswerVerificationConfig
SecurityAnswerVerificationConfig. setNumberOfQuestionsUserMustAnswer(int numberOfQuestionsUserMustAnswer)
Sets the number of questions that user must answer.Methods in org.forgerock.selfservice.stages.kba with parameters of type SecurityAnswerVerificationConfig Modifier and Type Method Description StageResponse
SecurityAnswerVerificationStage. advance(ProcessContext context, SecurityAnswerVerificationConfig config)
JsonValue
SecurityAnswerVerificationStage. gatherInitialRequirements(ProcessContext context, SecurityAnswerVerificationConfig config)
-