com.ibm.wsspi.security.auth.callback

Class WSManagedConnectionFactoryCallback

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.security.auth.callback.WSManagedConnectionFactoryCallback
All implemented interfaces:
javax.security.auth.callback.Callback

  1. public class WSManagedConnectionFactoryCallback
  2. extends java.lang.Object
  3. 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
  1. javax.resource.spi.ManagedConnectionFactory
getManagedConnectionFacotry()
Return the ManagedConnectionFactory.
  1. 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

  1. public WSManagedConnectionFactoryCallback( java.lang.String hint)

Construct a WSManagedConnectionFactoryCallback object with a usage hint.

Method Detail

setManagedConnectionFactory

  1. public void setManagedConnectionFactory( javax.resource.spi.ManagedConnectionFactory mcf)

Set the ManagedConnectionFactory reference.

Parameters:
mcf - The ManagedConnectionFactory.

getManagedConnectionFacotry

  1. public javax.resource.spi.ManagedConnectionFactory getManagedConnectionFacotry( )

Return the ManagedConnectionFactory.

Returns:
The ManagedConnectionFactory.