Class Summary |
NonPromptCallbackHandler |
The NonPromptCallbackHandler gathers the authentication data from the constructor
and passes it to the login module. |
WSAuthMechOidCallbackImpl |
The WSAuthMechOidCallbackImpl gathers the authentication mechanism universal object identifiers (OID)
from the constructor and pass it to the login module. |
WSCallbackHandlerImpl |
The WSCallbackHandlerImpl allows authentication data to be pushed to
the login module, i.e. without prompting for the data. |
WSCcacheCallBackHandlerImpl |
The WSCcacheCallBackHandlerImpl gathers the authentication data from the
contructor and push them throughs to the login module. |
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 allows realm name to be gathered by
CallbackHandler and pass it to the LoginModule . |
WSStdinCallbackHandlerImpl |
The WSStdinCallbackHandlerImpl gathers the authentication data from STDIN and pushs them
to the login module. |