com.ibm.wsspi.security.auth.callback
Class WSMappingCallbackHandlerFactory
- java.lang.Object
com.ibm.wsspi.security.auth.callback.WSMappingCallbackHandlerFactory
- public abstract class WSMappingCallbackHandlerFactory
- extends java.lang.Object
WSMappingCallbackHandler
in WAS security to enable ISV and security provider
to extend WAS default CallbackHandler.
A WSMappingCallbackHandlerFactory
implementation must be defined in security.xml via
a top level custom property: security.mappingCallbackHandlerFactoryClass
.
Since:
WebSphere V 6.0
Version:
WebSphere V 6.0
Constructor Summary
Constructor and Description |
---|
WSMappingCallbackHandlerFactory()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCallbackHandler(java.util.Map properties,javax.resource.spi.ManagedConnectionFactory mcf)
|
getInstance()
|
|
getInstance(java.lang.String cbFactory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
WSMappingCallbackHandlerFactory
- public WSMappingCallbackHandlerFactory( )
Method Detail
getInstance
- public static WSMappingCallbackHandlerFactory getInstance( java.lang.String cbFactory)
- throws java.lang.ClassNotFoundException
- java.lang.InstantiationException
- java.lang.IllegalAccessException
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
getInstance
- public static WSMappingCallbackHandlerFactory getInstance( )
getCallbackHandler
- public javax.security.auth.callback.CallbackHandler getCallbackHandler( java.util.Map properties,
- javax.resource.spi.ManagedConnectionFactory mcf)
- throws NotImplementedException
Throws: