Class WSMappingCallbackHandler
- java.lang.Object
- 
- com.ibm.wsspi.security.auth.callback.WSMappingCallbackHandler
 
- 
- All Implemented Interfaces:
- javax.security.auth.callback.CallbackHandler
 
 public class WSMappingCallbackHandler extends java.lang.Object implements javax.security.auth.callback.CallbackHandlerThe WSMappingCallbackHandlerreturns either (i) a Hashmap callback and a reference of aManagedConnectionFactory.- Since:
- WebSphere V 6.0
 
- 
- 
Constructor SummaryConstructors Constructor Description WSMappingCallbackHandler(java.util.Map properties, javax.resource.spi.ManagedConnectionFactory managedConnectionFactory)Construct aWSMappingCallbackHandlerobject with a resource reference binding properties and the corresponding authentication data and the targetManagedConnectionFactory.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(javax.security.auth.callback.Callback[] callbacks)Return a properties object and a reference of the targetManagedConnectionFactoryviaCallback[].
 
- 
- 
- 
Constructor Detail- 
WSMappingCallbackHandlerpublic WSMappingCallbackHandler(java.util.Map properties, javax.resource.spi.ManagedConnectionFactory managedConnectionFactory)Construct a WSMappingCallbackHandlerobject with a resource reference binding properties and the corresponding authentication data and the targetManagedConnectionFactory.- Parameters:
- properties-
- managedConnectionFactory-
 
 
- 
 - 
Method Detail- 
handlepublic void handle(javax.security.auth.callback.Callback[] callbacks) throws javax.security.auth.callback.UnsupportedCallbackExceptionReturn a properties object and a reference of the target ManagedConnectionFactoryviaCallback[].- Specified by:
- handlein interface- javax.security.auth.callback.CallbackHandler
- Throws:
- javax.security.auth.callback.UnsupportedCallbackException
 
 
- 
 
-