Uses of Class
org.forgerock.openam.authentication.callbacks.KbaCreateCallback.Builder
Packages that use KbaCreateCallback.Builder
-
Uses of KbaCreateCallback.Builder in org.forgerock.openam.authentication.callbacks
Methods in org.forgerock.openam.authentication.callbacks that return KbaCreateCallback.BuilderModifier and TypeMethodDescriptionstatic KbaCreateCallback.Builder
KbaCreateCallback.builder()
Get a builder for constructing a new KbaCreateCallback.KbaCreateCallback.Builder.withAllowUserDefinedQuestions
(boolean allowUserDefinedQuestions) Set whether the user is allowed to define their own question.KbaCreateCallback.Builder.withPredefinedQuestions
(List<String> predefinedQuestions) Set the predefined questions for the callback.KbaCreateCallback.Builder.withPrompt
(String prompt) Set the prompt for the callback.