May 2001
Intermediate to advanced
618 pages
20h 50m
English
Interface javax.security.auth.callback.Callback-Handler
If you want to perform callbacks to
obtain information from the user, you
must create a class that implements this interface and provide that
class to the LoginContext object. Certain login
modules require that you implement certain callbacks; check the login
module documentation for more details. In the handle( ) method, you must loop through the array, find out the
actual type of each object, and then handle the type specifically.
public abstract javax.security.auth.callback.CallbackHandler {
// Instance Methods
public abstract void handle(Callback[]);
}Read now
Unlock full access