Class WSMappingCallbackHandler
java.lang.Object
com.ibm.wsspi.security.auth.callback.WSMappingCallbackHandler
- All Implemented Interfaces:
 CallbackHandler
 The WSMappingCallbackHandler returns either (i) a Hashmap callback and
 a reference of a ManagedConnectionFactory.
 
- Since:
 - WebSphere V 6.0
 
- 
Constructor Summary
ConstructorsConstructorDescriptionWSMappingCallbackHandler(Map properties, jakarta.resource.spi.ManagedConnectionFactory managedConnectionFactory) Construct aWSMappingCallbackHandlerobject with a resource reference binding properties and the corresponding authentication data and the targetManagedConnectionFactory. - 
Method Summary
 
- 
Constructor Details
- 
WSMappingCallbackHandler
public WSMappingCallbackHandler(Map properties, jakarta.resource.spi.ManagedConnectionFactory managedConnectionFactory) Construct a
WSMappingCallbackHandlerobject with a resource reference binding properties and the corresponding authentication data and the targetManagedConnectionFactory.- Parameters:
 properties-managedConnectionFactory-
 
 - 
 - 
Method Details
- 
handle
Return a properties object and a reference of the target
ManagedConnectionFactoryviaCallback[].- Specified by:
 handlein interfaceCallbackHandler- Throws:
 UnsupportedCallbackException
 
 -