Class WSMappingCallbackHandler

java.lang.Object
com.ibm.wsspi.security.auth.callback.WSMappingCallbackHandler
All Implemented Interfaces:
CallbackHandler

public class WSMappingCallbackHandler extends Object implements CallbackHandler

The WSMappingCallbackHandler returns either (i) a Hashmap callback and a reference of a ManagedConnectionFactory.

Since:
WebSphere V 6.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    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 target ManagedConnectionFactory.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Callback[] callbacks)
    Return a properties object and a reference of the target ManagedConnectionFactory via Callback[].

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 target ManagedConnectionFactory.

      Parameters:
      properties -
      managedConnectionFactory -
  • Method Details