Since: API Level 1
package

javax.security.auth.callback

Classes | Description

This package provides classes and interfaces needed to interact with the application in order to execute the authentication and authorization processes.

more...

Interfaces

CallbackDefines an empty base interface for all Callbacks used during authentication. 
CallbackHandlerNeeds to be implemented by classes that want to handle authentication Callbacks. 

Classes

PasswordCallbackUsed in conjunction with a CallbackHandler to retrieve a password when needed. 

Exceptions

UnsupportedCallbackExceptionThrown when a CallbackHandler does not support a particular Callback