|
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. |