com.ibm.wsspi.security.auth.callback
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.Callback
The WSManagedConnectionFactoryCallback
allows a reference of the target
ManagedConnectionFactory
to be collected by
WSMapingCallbackHandler
and pass it to the
WSPrincipalMappingLoginModule
.
Version:
WebSphere V 6.0
Constructor Summary
Constructor and Description |
---|
WSManagedConnectionFactoryCallback(java.lang.String hint)
Construct a
WSManagedConnectionFactoryCallback object with a usage hint.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getManagedConnectionFacotry()
Return the ManagedConnectionFactory.
|
|
setManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory mcf)
Set the ManagedConnectionFactory reference.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
WSManagedConnectionFactoryCallback
- public WSManagedConnectionFactoryCallback( java.lang.String hint)
Method Detail
setManagedConnectionFactory
- public void setManagedConnectionFactory( javax.resource.spi.ManagedConnectionFactory mcf)
Set the ManagedConnectionFactory reference.
Parameters:
mcf
- The ManagedConnectionFactory. getManagedConnectionFacotry
- public javax.resource.spi.ManagedConnectionFactory getManagedConnectionFacotry( )
Return the ManagedConnectionFactory.
Returns:
The ManagedConnectionFactory.
Construct a
WSManagedConnectionFactoryCallback
object with a usage hint.