javax.security.auth.callback
This package provides the classes necessary for services to interact with applications in order to retrieve information (authentication data including usernames or passwords, for example) or to display information (error and warning messages, for example).Interfaces
Callback |
Implementations of this interface are passed to a
|
CallbackHandler |
An application implements a |
Classes
PasswordCallback |
Underlying security services instantiate and pass a
|
Exceptions
UnsupportedCallbackException |
Signals that a CallbackHandler does not
recognize a particular Callback .
|
Interfaces
Classes
Exceptions