java.lang.Object
javax.security.auth.callback.ConfirmationCallback
- All Implemented Interfaces:
- Serializable, Callback
- See Also:
- Source Code,
CallbackHandler
public static final int CANCEL
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ConfirmationCallback(int messageType,
int optionType,
int defaultOption)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ConfirmationCallback(int messageType,
String[] options,
int defaultOption)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ConfirmationCallback(String prompt,
int messageType,
int optionType,
int defaultOption)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ConfirmationCallback(String prompt,
int messageType,
String[] options,
int defaultOption)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int ERROR
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getDefaultOption()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getMessageType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String[] getOptions()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getOptionType()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getPrompt()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getSelectedIndex()
- See Also:
setSelectedIndex(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int INFORMATION
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int NO
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int OK
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int OK_CANCEL_OPTION
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setSelectedIndex(int selection)
- See Also:
getSelectedIndex()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int UNSPECIFIED_OPTION
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int WARNING
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int YES
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int YES_NO_CANCEL_OPTION
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int YES_NO_OPTION
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples