Class StringAttributeInputCallback
java.lang.Object
org.forgerock.openam.authentication.callbacks.AbstractValidatedCallback
org.forgerock.openam.authentication.callbacks.AttributeInputCallback
org.forgerock.openam.authentication.callbacks.StringAttributeInputCallback
- All Implemented Interfaces:
Callback
@Supported(scriptingApi=true)
public class StringAttributeInputCallback
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
-
isEmpty
-
setValue
Set the value to be returned by this callback.- Parameters:
value
- the value collected by this callback
-
builder
Get a builder for constructing a new StringAttributeInputCallback.- Returns:
- a new builder
-