Uses of Class
org.forgerock.openam.authentication.callbacks.StringAttributeInputCallback.StringAttributeInputCallbackBuilder
Packages that use StringAttributeInputCallback.StringAttributeInputCallbackBuilder
-
Uses of StringAttributeInputCallback.StringAttributeInputCallbackBuilder in org.forgerock.openam.authentication.callbacks
Methods in org.forgerock.openam.authentication.callbacks that return StringAttributeInputCallback.StringAttributeInputCallbackBuilderModifier and TypeMethodDescriptionStringAttributeInputCallback.builder()
Get a builder for constructing a new StringAttributeInputCallback.Set the name of the attribute.StringAttributeInputCallback.StringAttributeInputCallbackBuilder.withPolicies
(JsonValue policies) Set the list of policies for this attribute.StringAttributeInputCallback.StringAttributeInputCallbackBuilder.withPrompt
(String prompt) Set the prompt of the attribute.StringAttributeInputCallback.StringAttributeInputCallbackBuilder.withRequired
(boolean required) Set whether the attribute is required.StringAttributeInputCallback.StringAttributeInputCallbackBuilder.withValidateOnly
(boolean validateOnly) Set whether the tree should not advance when validation succeeds.Set the existing value of the attribute.