API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth.callback. CallbackHandler View Source
Author(s)
Since
Version
1.19, 11/17/05
Serial
Hierarchy
 CallbackHandler
Subinterfaces
Description
public interface 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.
See also:   
Methods
Hide/Show inherited methods
public void handle (Callback callbacks) throws IOException UnsupportedCallbackException
  Retrieve or display the information requested in the provided Callbacks.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar