-
- All Implemented Interfaces:
-
java.io.Serializable,org.forgerock.android.auth.callback.Callback
public class StringAttributeInputCallback extends AttributeInputCallback
Implements a Callback for collection of a single identity object attribute from a user.
-
-
Constructor Summary
Constructors Constructor Description StringAttributeInputCallback(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(String 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
-
StringAttributeInputCallback
StringAttributeInputCallback(JSONObject jsonObject, int index)
Constructor for this Callback.
-
-
-
-