First page Back Continue Last page Summary Graphics
Callback Handlers
A CallbackHandler is the primary way for LoginModules to communicate with users.
The type of CallbackHandler to use is application-dependent.
- A Swing application may display a dialog box to retrieve user input.
- A web application on the other hand may read their credentials through a web page.
Notes: