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 SummaryConstructorsConstructorDescriptionConstruct aWSManagedConnectionFactoryCallbackobject with a usage hint.
- 
Method SummaryModifier and TypeMethodDescriptionjavax.resource.spi.ManagedConnectionFactoryReturn the ManagedConnectionFactory.voidsetManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory) Set the ManagedConnectionFactory reference.
- 
Constructor Details- 
WSManagedConnectionFactoryCallbackConstruct a WSManagedConnectionFactoryCallbackobject with a usage hint.- Parameters:
- hint- The usage hint.
 
 
- 
- 
Method Details- 
setManagedConnectionFactorypublic void setManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory) Set the ManagedConnectionFactory reference. - Parameters:
- managedConnectionFactory- The ManagedConnectionFactory.
 
- 
getManagedConnectionFacotrypublic javax.resource.spi.ManagedConnectionFactory getManagedConnectionFacotry()Return the ManagedConnectionFactory. - Returns:
- The ManagedConnectionFactory.
 
 
-