public class PasswordCallback extends AbstractPromptCallback
prompt_id, content, VALUE| Constructor and Description |
|---|
PasswordCallback() |
PasswordCallback(org.json.JSONObject jsonObject,
int index) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
Return the type of the Callback, the type name should align with the Callback type returned
from AM
|
void |
setPassword(char[] password)
Set the retrieved password.
|
getPrompt, setAttributeget_id, getContent, getContentAsJson, getInputValue, getInputValue, getName, setContent, setValue, setValuepublic PasswordCallback(org.json.JSONObject jsonObject,
int index)
public PasswordCallback()
public void setPassword(char[] password)
password - the retrieved password, which may be null.public java.lang.String getType()
Callback