Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E G H I J L M N O P S T U W Y

A

allowMultipleSelections() - Method in class javax.security.auth.callback.ChoiceCallback
Get the boolean determining whether multiple selections from the choices list are allowed.

C

CANCEL - Static variable in class javax.security.auth.callback.ConfirmationCallback
CANCEL option.
Callback - interface javax.security.auth.callback.Callback.
Implementations of this interface are passed to a CallbackHandler, allowing underlying security services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages.
CallbackHandler - interface javax.security.auth.callback.CallbackHandler.
An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.
ChoiceCallback - class javax.security.auth.callback.ChoiceCallback.
Underlying security services instantiate and pass a ChoiceCallback to the handle() method of a CallbackHandler to display a list of choices and to retrieve the selected choice(s).
ChoiceCallback(String, String[], int, boolean) - Constructor for class javax.security.auth.callback.ChoiceCallback
Construct a ChoiceCallback with a prompt, a list of choices, a default choice, and a boolean specifying whether or not multiple selections from the list of choices are allowed.
ConfirmationCallback - class javax.security.auth.callback.ConfirmationCallback.
Underlying security services instantiate and pass a ConfirmationCallback to the handle() method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.
ConfirmationCallback(int, int, int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a message type, an option type and a default option.
ConfirmationCallback(int, String[], int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a message type, a list of options and a default option.
ConfirmationCallback(String, int, int, int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a prompt, message type, an option type and a default option.
ConfirmationCallback(String, int, String[], int) - Constructor for class javax.security.auth.callback.ConfirmationCallback
Construct a ConfirmationCallback with a prompt, message type, a list of options and a default option.
callback - Variable in class javax.security.auth.callback.UnsupportedCallbackException
 
choices - Variable in class javax.security.auth.callback.ChoiceCallback
 
clearPassword() - Method in class javax.security.auth.callback.PasswordCallback
Clear the retrieved password.

D

defaultChoice - Variable in class javax.security.auth.callback.ChoiceCallback
 
defaultName - Variable in class javax.security.auth.callback.NameCallback
 
defaultOption - Variable in class javax.security.auth.callback.ConfirmationCallback
 
defaultText - Variable in class javax.security.auth.callback.TextInputCallback
 

E

ERROR - Static variable in class javax.security.auth.callback.ConfirmationCallback
ERROR message type.
ERROR - Static variable in class javax.security.auth.callback.TextOutputCallback
Error message
echoOn - Variable in class javax.security.auth.callback.PasswordCallback
 

G

getCallback() - Method in class javax.security.auth.callback.UnsupportedCallbackException
Get the unrecognized Callback.
getChoices() - Method in class javax.security.auth.callback.ChoiceCallback
Get the list of choices.
getDefaultChoice() - Method in class javax.security.auth.callback.ChoiceCallback
Get the defaultChoice.
getDefaultName() - Method in class javax.security.auth.callback.NameCallback
Get the default name.
getDefaultOption() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the default option.
getDefaultText() - Method in class javax.security.auth.callback.TextInputCallback
Get the default text.
getLocale() - Method in class javax.security.auth.callback.LanguageCallback
Get the retrieved Locale.
getMessage() - Method in class javax.security.auth.callback.TextOutputCallback
Returns the message to be displayed.
getMessageType() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the message type.
getMessageType() - Method in class javax.security.auth.callback.TextOutputCallback
Returns the message's messageType.
getName() - Method in class javax.security.auth.callback.NameCallback
Get the retrieved name.
getOptionType() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the option type.
getOptions() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the confirmation options.
getPassword() - Method in class javax.security.auth.callback.PasswordCallback
Get the retrieved password.
getPrompt() - Method in class javax.security.auth.callback.ChoiceCallback
Get the prompt.
getPrompt() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the prompt.
getPrompt() - Method in class javax.security.auth.callback.NameCallback
Get the prompt.
getPrompt() - Method in class javax.security.auth.callback.PasswordCallback
Get the prompt.
getPrompt() - Method in class javax.security.auth.callback.TextInputCallback
Get the prompt.
getSelectedIndex() - Method in class javax.security.auth.callback.ConfirmationCallback
Get the selected confirmation option.
getSelectedIndexes() - Method in class javax.security.auth.callback.ChoiceCallback
Get the selected choices.
getText() - Method in class javax.security.auth.callback.TextInputCallback
Get the retrieved text.

H

handle(Callback[]) - Method in interface javax.security.auth.callback.CallbackHandler
Retrieve or display the information requested in the provided Callbacks.

I

INFORMATION - Static variable in class javax.security.auth.callback.ConfirmationCallback
INFORMATION message type.
INFORMATION - Static variable in class javax.security.auth.callback.TextOutputCallback
Information message
inputName - Variable in class javax.security.auth.callback.NameCallback
 
inputPassword - Variable in class javax.security.auth.callback.PasswordCallback
 
inputText - Variable in class javax.security.auth.callback.TextInputCallback
 
isEchoOn() - Method in class javax.security.auth.callback.PasswordCallback
Return whether the password should be displayed as it is being typed.

J

javax.security.auth.callback - package javax.security.auth.callback

L

LanguageCallback - class javax.security.auth.callback.LanguageCallback.
Underlying security services instantiate and pass a LanguageCallback to the handle() method of a CallbackHandler to retrieve the java.util.Locale used for localizing text.
LanguageCallback() - Constructor for class javax.security.auth.callback.LanguageCallback
Construct a LanguageCallback.
locale - Variable in class javax.security.auth.callback.LanguageCallback
 

M

message - Variable in class javax.security.auth.callback.TextOutputCallback
 
messageType - Variable in class javax.security.auth.callback.ConfirmationCallback
 
messageType - Variable in class javax.security.auth.callback.TextOutputCallback
 
multipleSelectionsAllowed - Variable in class javax.security.auth.callback.ChoiceCallback
 

N

NO - Static variable in class javax.security.auth.callback.ConfirmationCallback
NO option.
NameCallback - class javax.security.auth.callback.NameCallback.
Underlying security services instantiate and pass a NameCallback to the handle() method of a CallbackHandler to retrieve name information.
NameCallback(String) - Constructor for class javax.security.auth.callback.NameCallback
Construct a NameCallback with a prompt.
NameCallback(String, String) - Constructor for class javax.security.auth.callback.NameCallback
Construct a NameCallback with a prompt and default name.

O

OK - Static variable in class javax.security.auth.callback.ConfirmationCallback
OK option.
OK_CANCEL_OPTION - Static variable in class javax.security.auth.callback.ConfirmationCallback
OK/CANCEL confirmation confirmation option.
optionType - Variable in class javax.security.auth.callback.ConfirmationCallback
 
options - Variable in class javax.security.auth.callback.ConfirmationCallback
 

P

PasswordCallback - class javax.security.auth.callback.PasswordCallback.
Underlying security services instantiate and pass a PasswordCallback to the handle() method of a CallbackHandler to retrieve password information.
PasswordCallback(String, boolean) - Constructor for class javax.security.auth.callback.PasswordCallback
Construct a PasswordCallback with a prompt and a boolean specifying whether the password should be displayed as it is being typed.
prompt - Variable in class javax.security.auth.callback.ChoiceCallback
 
prompt - Variable in class javax.security.auth.callback.ConfirmationCallback
 
prompt - Variable in class javax.security.auth.callback.NameCallback
 
prompt - Variable in class javax.security.auth.callback.PasswordCallback
 
prompt - Variable in class javax.security.auth.callback.TextInputCallback
 

S

selection - Variable in class javax.security.auth.callback.ConfirmationCallback
 
selections - Variable in class javax.security.auth.callback.ChoiceCallback
 
setChoices(String[]) - Method in class javax.security.auth.callback.ChoiceCallback
 
setDefaultName(String) - Method in class javax.security.auth.callback.NameCallback
 
setDefaultText(String) - Method in class javax.security.auth.callback.TextInputCallback
 
setLocale(Locale) - Method in class javax.security.auth.callback.LanguageCallback
Set the retrieved Locale.
setMessage(String) - Method in class javax.security.auth.callback.TextOutputCallback
 
setMessageType(int) - Method in class javax.security.auth.callback.ConfirmationCallback
 
setName(String) - Method in class javax.security.auth.callback.NameCallback
Set the retrieved name.
setOptionType(int, int) - Method in class javax.security.auth.callback.ConfirmationCallback
 
setOptions(String[], int) - Method in class javax.security.auth.callback.ConfirmationCallback
 
setPassword(char[]) - Method in class javax.security.auth.callback.PasswordCallback
Set the retrieved password.
setPrompt(String) - Method in class javax.security.auth.callback.ChoiceCallback
 
setPrompt(String) - Method in class javax.security.auth.callback.ConfirmationCallback
 
setPrompt(String) - Method in class javax.security.auth.callback.NameCallback
 
setPrompt(String) - Method in class javax.security.auth.callback.PasswordCallback
 
setPrompt(String) - Method in class javax.security.auth.callback.TextInputCallback
 
setSelectedIndex(int) - Method in class javax.security.auth.callback.ChoiceCallback
Set the selected choice.
setSelectedIndex(int) - Method in class javax.security.auth.callback.ConfirmationCallback
Set the selected confirmation option.
setSelectedIndexes(int[]) - Method in class javax.security.auth.callback.ChoiceCallback
Set the selected choices.
setText(String) - Method in class javax.security.auth.callback.TextInputCallback
Set the retrieved text.

T

TextInputCallback - class javax.security.auth.callback.TextInputCallback.
Underlying security services instantiate and pass a TextInputCallback to the handle() method of a CallbackHandler to retrieve generic text information.
TextInputCallback(String) - Constructor for class javax.security.auth.callback.TextInputCallback
Construct a TextInputCallback with a prompt.
TextInputCallback(String, String) - Constructor for class javax.security.auth.callback.TextInputCallback
Construct a TextInputCallback with a prompt and default input value.
TextOutputCallback - class javax.security.auth.callback.TextOutputCallback.
Underlying security services instantiate and pass a TextOutputCallback to the handle() method of a CallbackHandler to display information messages, warning messages and error messages.
TextOutputCallback(int, String) - Constructor for class javax.security.auth.callback.TextOutputCallback
Construct a TextOutputCallback with a message type and message to be displayed.

U

UNSPECIFIED_OPTION - Static variable in class javax.security.auth.callback.ConfirmationCallback
Unspecified option type.
UnsupportedCallbackException - exception javax.security.auth.callback.UnsupportedCallbackException.
Signals that a CallbackHandler does not recognize a particular Callback.
UnsupportedCallbackException(Callback) - Constructor for class javax.security.auth.callback.UnsupportedCallbackException
Constructs an UnsupportedCallbackException with no detail message.
UnsupportedCallbackException(Callback, String) - Constructor for class javax.security.auth.callback.UnsupportedCallbackException
Constructs an UnsupportedCallbackException with the specified detail message.

W

WARNING - Static variable in class javax.security.auth.callback.ConfirmationCallback
WARNING message type.
WARNING - Static variable in class javax.security.auth.callback.TextOutputCallback
Warning message

Y

YES - Static variable in class javax.security.auth.callback.ConfirmationCallback
YES option.
YES_NO_CANCEL_OPTION - Static variable in class javax.security.auth.callback.ConfirmationCallback
YES/NO/CANCEL confirmation confirmation option.
YES_NO_OPTION - Static variable in class javax.security.auth.callback.ConfirmationCallback
YES/NO confirmation option.

A C D E G H I J L M N O P S T U W Y