Class WSManagedConnectionFactoryCallback
- java.lang.Object
- 
- com.ibm.wsspi.security.auth.callback.WSManagedConnectionFactoryCallback
 
- 
- All Implemented Interfaces:
- javax.security.auth.callback.Callback
 
 public class WSManagedConnectionFactoryCallback extends java.lang.Object implements javax.security.auth.callback.CallbackThe WSManagedConnectionFactoryCallbackallows a reference of the targetManagedConnectionFactoryto be collected byWSMapingCallbackHandlerand pass it to theWSPrincipalMappingLoginModule.
- 
- 
Constructor SummaryConstructors Constructor Description WSManagedConnectionFactoryCallback(java.lang.String hint)Construct aWSManagedConnectionFactoryCallbackobject with a usage hint.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.resource.spi.ManagedConnectionFactorygetManagedConnectionFacotry()Return the ManagedConnectionFactory.voidsetManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory)Set the ManagedConnectionFactory reference.
 
- 
- 
- 
Method Detail- 
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.
 
 
- 
 
-