Class WSManagedConnectionFactoryCallback
java.lang.Object
com.ibm.wsspi.security.auth.callback.WSManagedConnectionFactoryCallback
- All Implemented Interfaces:
 Callback
 The WSManagedConnectionFactoryCallback allows a reference of the target
 ManagedConnectionFactory to be collected by
 WSMapingCallbackHandler and pass it to the
 WSPrincipalMappingLoginModule.
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstruct aWSManagedConnectionFactoryCallbackobject with a usage hint. - 
Method Summary
Modifier and TypeMethodDescriptionjavax.resource.spi.ManagedConnectionFactoryReturn the ManagedConnectionFactory.voidsetManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory) Set the ManagedConnectionFactory reference. 
- 
Constructor Details
- 
WSManagedConnectionFactoryCallback
Construct a
WSManagedConnectionFactoryCallbackobject 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.
 
 
 -