Class Summary |
WSCallbackHandlerImpl |
The WSCallbackHandlerImpl allows authentication data to be pushed to
the login module, i.e. |
WSCredTokenCallbackImpl |
The WSCredTokenCallbackImpl allows credential token to be gathered by
CallbackHandler and pass it to the LoginModule . |
WSGUICallbackHandlerImpl |
The WSGUICallbackHandlerImpl gathers the authentication data from GUI and pushs the data
to the login module. |
WSRealmNameCallbackImpl |
The WSRealmNameCallbackImpl is not used this release. |
WSStdinCallbackHandlerImpl |
The WSStdinCallbackHandlerImpl gathers the authentication data from STDIN and pushs them
to the login module. |