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
ConstructorDescriptionWSMappingCallbackHandler
(Map properties, javax.resource.spi.ManagedConnectionFactory managedConnectionFactory) Construct aWSMappingCallbackHandler
object with a resource reference binding properties and the corresponding authentication data and the targetManagedConnectionFactory
. -
Method Summary
-
Constructor Details
-
WSMappingCallbackHandler
public WSMappingCallbackHandler(Map properties, javax.resource.spi.ManagedConnectionFactory managedConnectionFactory) Construct a
WSMappingCallbackHandler
object 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
ManagedConnectionFactory
viaCallback[]
.- Specified by:
handle
in interfaceCallbackHandler
- Throws:
UnsupportedCallbackException
-