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
ConstructorDescriptionConstruct aWSManagedConnectionFactoryCallback
object with a usage hint. -
Method Summary
Modifier and TypeMethodDescriptionjavax.resource.spi.ManagedConnectionFactory
Return the ManagedConnectionFactory.void
setManagedConnectionFactory
(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory) Set the ManagedConnectionFactory reference.
-
Constructor Details
-
WSManagedConnectionFactoryCallback
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.
-