|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsspi.security.auth.callback.WSMappingCallbackHandler
public class WSMappingCallbackHandler
The WSMappingCallbackHandler
returns either (i) a Hashmap callback and
a reference of a ManagedConnectionFactory
or (ii) an alias callback and
a reference of a ManagedConnectionFactory
, depending on the callback types.
Constructor Summary | |
---|---|
WSMappingCallbackHandler(java.util.Map properties,
javax.resource.spi.ManagedConnectionFactory mcf)
Construct a WSMappingCallbackHandler object with a resource reference binding properties
and the correcponding authentication data and the target ManagedConnectionFactory . |
Method Summary | |
---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
Return either a properties object and a reference of the target ManagedConnectionFactory via Callback[] , or
an alias of authentication data and a reference of the target. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSMappingCallbackHandler(java.util.Map properties, javax.resource.spi.ManagedConnectionFactory mcf)
Construct a WSMappingCallbackHandler
object with a resource reference binding properties
and the correcponding authentication data and the target ManagedConnectionFactory
.
Method Detail |
---|
public void handle(javax.security.auth.callback.Callback[] callbacks) throws javax.security.auth.callback.UnsupportedCallbackException
Return either a properties object and a reference of the target
ManagedConnectionFactory
via Callback[]
, or
an alias of authentication data and a reference of the target.
ManagedConnectionFactory
via Callback[]
,
depending on the passed in Callback[].
handle
in interface javax.security.auth.callback.CallbackHandler
javax.security.auth.callback.UnsupportedCallbackException
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |