Package net.sf.jguard.core.authentication.callbacks

Class Summary
AbstractCallbackHandler the keystone of interactions between loginModules (the JAAS authentication process), AuthenticationBindings implementation and its AuthenticationSchemeHandlers.
AuthenticationSchemeHandlerCallback store the AuthenticationSchemeHandler name used to try to authenticate the user.
HookCallbackHandler CallbackHandler implementation which permit directly to assign the callback to the loginModules. the main purpose to this calbackhandler, is to 'hook' the CallbackHandler purppose to prevent to grab in the protocol the required callbacks; it is used when you want to set directly the credentials for the user. one use case is to create a GUEST user with some GUEST credentials.
InetAddressCallback callback owning IP Adress and host name bound to it.
 

Exception Summary
AsynchronousCallbackException Exception to signal that the current CallbackHandler need to interact with the client(i.e the user), to grab more informations to populate some callbacks.
 



Copyright © 2004-2009. All Rights Reserved.