Class BooleanAttributeInputCallback
java.lang.Object
org.forgerock.openam.authentication.callbacks.AbstractValidatedCallback
org.forgerock.openam.authentication.callbacks.AttributeInputCallback
org.forgerock.openam.authentication.callbacks.BooleanAttributeInputCallback
- All Implemented Interfaces:
Callback
@Supported(scriptingApi=true)
public class BooleanAttributeInputCallback
extends org.forgerock.openam.authentication.callbacks.AttributeInputCallback
Implements a Callback for collection of a single identity object attribute from a user.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder object for a StringAttributeInputCallback. -
Method Summary
-
Method Details
-
getValue
-
setValue
Set the value to be returned by this callback.- Parameters:
value
- the value collected by this callback
-
getName
-
getPrompt
-
isRequired
-
isEmpty
-
builder
@Supported public static BooleanAttributeInputCallback.BooleanAttributeInputCallbackBuilder builder()Get a builder for constructing a new BooleanAttributeInputCallback.- Returns:
- a new builder
-