public final class WSCallbackHandlerFactoryImpl extends CallbackHandlerFactoryImpl
WebSphere Application Server default implementation of CallbackHandlerFactory interface.
This will create a CallbackHandler implementation that understands the following callbacks:
CallbackHandlerFactory,
CallbackHandler,
NameCallback,
PasswordCallback,
BinaryTokenCallback,
WSCredTokenCallbackImpl,
XMLTokenReceiverCallback,
PropertyCallbackmessage, password, properties, realm, tokenBytes, username, xmlToken| Constructor and Description |
|---|
WSCallbackHandlerFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.security.auth.callback.CallbackHandler |
newCallbackHandler()
Returns a new instance of this
CallbackHandler. |
init, setPassword, setProperties, setRealm, setSOAPMessage, setTokenBytes, setUsername, setXMLToken, toStringpublic javax.security.auth.callback.CallbackHandler newCallbackHandler()
CallbackHandler.newCallbackHandler in interface CallbackHandlerFactorynewCallbackHandler in class CallbackHandlerFactoryImplCallbackHandler instance.