IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.wssecurity.auth.callback
Class WSCallbackHandlerFactoryImpl

java.lang.Object
  extended by com.ibm.wsspi.wssecurity.auth.callback.CallbackHandlerFactoryImpl
      extended by com.ibm.wsspi.wssecurity.auth.callback.WSCallbackHandlerFactoryImpl
All Implemented Interfaces:
CallbackHandlerFactory, Initializable

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:

Version:
5.02
See Also:
CallbackHandlerFactory, CallbackHandler, NameCallback, PasswordCallback, BinaryTokenCallback, WSCredTokenCallbackImpl, XMLTokenReceiverCallback, PropertyCallback

Field Summary
 
Fields inherited from class com.ibm.wsspi.wssecurity.auth.callback.CallbackHandlerFactoryImpl
message, password, properties, realm, tokenBytes, username, xmlToken
 
Constructor Summary
WSCallbackHandlerFactoryImpl()
           
 
Method Summary
 javax.security.auth.callback.CallbackHandler newCallbackHandler()
          Returns a new instance of this CallbackHandler.
 
Methods inherited from class com.ibm.wsspi.wssecurity.auth.callback.CallbackHandlerFactoryImpl
init, setPassword, setProperties, setRealm, setSOAPMessage, setTokenBytes, setUsername, setXMLToken, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSCallbackHandlerFactoryImpl

public WSCallbackHandlerFactoryImpl()
Method Detail

newCallbackHandler

public javax.security.auth.callback.CallbackHandler newCallbackHandler()
Returns a new instance of this CallbackHandler.

Specified by:
newCallbackHandler in interface CallbackHandlerFactory
Overrides:
newCallbackHandler in class CallbackHandlerFactoryImpl
Returns:
A new CallbackHandler instance.

IBM WebSphere Application ServerTM
Release 8