IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.security.auth.callback
Class WSManagedConnectionFactoryCallback

java.lang.Object
  extended by 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
WSManagedConnectionFactoryCallback(java.lang.String hint)
           Construct a WSManagedConnectionFactoryCallback object with a usage hint.
 
Method Summary
 javax.resource.spi.ManagedConnectionFactory getManagedConnectionFacotry()
           Return the ManagedConnectionFactory.
 void 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)

Construct a WSManagedConnectionFactoryCallback object with a usage hint.

Parameters:
usage - The usage 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.

IBM WebSphere Application ServerTM
Release 8