Class WSManagedConnectionFactoryCallback

java.lang.Object
com.ibm.wsspi.security.auth.callback.WSManagedConnectionFactoryCallback
All Implemented Interfaces:
Callback

public class WSManagedConnectionFactoryCallback extends Object implements Callback

The WSManagedConnectionFactoryCallback allows a reference of the target ManagedConnectionFactory to be collected by WSMapingCallbackHandler and pass it to the WSPrincipalMappingLoginModule.

  • Constructor Details

    • WSManagedConnectionFactoryCallback

      public WSManagedConnectionFactoryCallback(String hint)

      Construct a WSManagedConnectionFactoryCallback object with a usage hint.

      Parameters:
      hint - The usage hint.
  • Method Details

    • setManagedConnectionFactory

      public void setManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory)

      Set the ManagedConnectionFactory reference.

      Parameters:
      managedConnectionFactory - The ManagedConnectionFactory.
    • getManagedConnectionFacotry

      public javax.resource.spi.ManagedConnectionFactory getManagedConnectionFacotry()

      Return the ManagedConnectionFactory.

      Returns:
      The ManagedConnectionFactory.