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
.
Constructor and Description |
---|
WSManagedConnectionFactoryCallback(java.lang.String hint)
Construct a
WSManagedConnectionFactoryCallback object with a usage hint. |
Modifier and Type | Method and Description |
---|---|
javax.resource.spi.ManagedConnectionFactory |
getManagedConnectionFacotry()
Return the ManagedConnectionFactory.
|
void |
setManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory)
Set the ManagedConnectionFactory reference.
|
public WSManagedConnectionFactoryCallback(java.lang.String hint)
Construct a WSManagedConnectionFactoryCallback
object with a usage hint.
hint
- The usage hint.public void setManagedConnectionFactory(javax.resource.spi.ManagedConnectionFactory managedConnectionFactory)
Set the ManagedConnectionFactory reference.
managedConnectionFactory
- The ManagedConnectionFactory.public javax.resource.spi.ManagedConnectionFactory getManagedConnectionFacotry()
Return the ManagedConnectionFactory.