|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wssecurity.callbackhandler.SAMLGenerateCallbackHandler
public class SAMLGenerateCallbackHandler
This class is a callback handler for SAMLToken in client side.
SAMLToken
,
SAMLGenerateCallback
,
Serialized FormConstructor Summary | |
---|---|
SAMLGenerateCallbackHandler(java.util.Map<java.lang.Object,java.lang.Object> properties)
Class constructor. |
Method Summary | |
---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
Sets the necessary information to a SAMLGenerateCallback object. |
void |
setWSSConsumingContextForTrustClient(WSSConsumingContext concont)
Sets WSSConsumingContext object. |
void |
setWSSGenerationContextForTrustClient(WSSGenerationContext gencont)
Sets WSSGenerationContext object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLGenerateCallbackHandler(java.util.Map<java.lang.Object,java.lang.Object> properties)
properties
- map including key-value pairsMethod Detail |
---|
public void handle(javax.security.auth.callback.Callback[] callbacks) throws java.io.IOException, javax.security.auth.callback.UnsupportedCallbackException
SAMLGenerateCallback
object.
handle
in interface javax.security.auth.callback.CallbackHandler
callbacks
- array of Callback
objects provided by the
underlying security service which contains the information requested
to be retrieved or displayed.
java.io.IOException
- if an input or output error occurs.
javax.security.auth.callback.UnsupportedCallbackException
- if the implementation of this method does not support one or more
of the Callback
s specified in the callbacks parameter.CallbackHandler.handle(javax.security.auth.callback.Callback[])
public void setWSSConsumingContextForTrustClient(WSSConsumingContext concont)
concont
- WSSConsumingContext objectpublic void setWSSGenerationContextForTrustClient(WSSGenerationContext gencont)
gencont
- WSSGenerationContext object
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |