-
- All Implemented Interfaces:
-
java.io.Serializable,org.forgerock.android.auth.callback.Callback
public class PasswordCallback extends AbstractPromptCallback
Callback to collect a username
-
-
Constructor Summary
Constructors Constructor Description PasswordCallback(JSONObject jsonObject, int index)
-
Method Summary
Modifier and Type Method Description voidsetPassword(Array<char> password)Set the retrieved password. StringgetType()Return the type of the Callback, the type name should align with the Callback type returned from AM -
-
Constructor Detail
-
PasswordCallback
PasswordCallback(JSONObject jsonObject, int index)
-
-
Method Detail
-
setPassword
void setPassword(Array<char> password)
Set the retrieved password.
- Parameters:
password- the retrieved password, which may be null.
-
-
-
-