Package com.ibm.websphere.security.auth.callback
@Version("1.1.0")
package com.ibm.websphere.security.auth.callback
-
ClassDescriptionThe
WSAuthMechOidCallbackImpl
gathers the authentication mechanism universal object identifiers (OID) from the constructor and pass it to the login module.TheWSCallbackHandlerImpl
allows authentication data to be pushed to the login module, i.e.TheWSCredTokenCallbackImpl
allows credential token to be gathered byCallbackHandler
and pass it to theLoginModule
.TheWSRealmNameCallbackImpl
allows realm name to be gathered byCallbackHandler
and pass it to theLoginModule
.