Class BooleanAttributeInputCallback
-
- All Implemented Interfaces:
-
java.io.Serializable,org.forgerock.android.auth.callback.Callback
public class BooleanAttributeInputCallback extends AttributeInputCallback
Implements a Callback for collection of a single identity object attribute from a user.
-
-
Constructor Summary
Constructors Constructor Description BooleanAttributeInputCallback()BooleanAttributeInputCallback(JSONObject jsonObject, int index)Constructor for this Callback.
-
Method Summary
Modifier and Type Method Description StringgetType()Return the type of the Callback, the type name should align with the Callback type returned from AM voidsetValue(Boolean value)-
Methods inherited from class org.forgerock.android.auth.callback.AbstractValidatedCallback
getPolicies, getPrompt, setValidateOnly -
Methods inherited from class org.forgerock.android.auth.callback.AbstractCallback
getContent, getInputValue, getInputValue, get_id -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BooleanAttributeInputCallback
BooleanAttributeInputCallback()
-
BooleanAttributeInputCallback
BooleanAttributeInputCallback(JSONObject jsonObject, int index)
Constructor for this Callback.
-
-
-
-