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