See Also: ICallbackHandler Members
Needs to be implemented by classes that want to handle authentication Javax.Security.Auth.Callback.ICallbacks. A single method ICallbackHandler.HandleCallbacks(ICallback[]) must be provided that checks the type of the incoming Callbacks and reacts accordingly. CallbackHandlers can be installed per application. It is also possible to configure a system-default CallbackHandler by setting the auth.login.defaultCallbackHandler property in the standard security.properties file.