com.ibm.websphere.wssecurity.callbackhandler
Class SAMLGenerateCallbackHandler
- java.lang.Object
com.ibm.websphere.wssecurity.callbackhandler.SAMLGenerateCallbackHandler
All implemented interfaces:
java.io.Serializable, javax.security.auth.callback.CallbackHandler
- public class SAMLGenerateCallbackHandler
- extends java.lang.Object
- implements javax.security.auth.callback.CallbackHandler, java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
SAMLGenerateCallbackHandler(java.util.Map<java.lang.Object,java.lang.Object> properties)
Class constructor.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
handle(javax.security.auth.callback.Callback[] callbacks)
Sets the necessary information to a
SAMLGenerateCallback object.
|
|
setWSSConsumingContextForTrustClient(WSSConsumingContext concont)
Sets WSSConsumingContext object.
|
|
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
SAMLGenerateCallbackHandler
- public SAMLGenerateCallbackHandler( java.util.Map<java.lang.Object,java.lang.Object> properties)
Class constructor.
Parameters:
properties
- map including key-value pairs Method Detail
handle
- public void handle(javax.security.auth.callback.Callback[] callbacks)
- throws java.io.IOException
- javax.security.auth.callback.UnsupportedCallbackException
Sets the necessary information to a
SAMLGenerateCallback
object.
Specified by:
handle
in interface javax.security.auth.callback.CallbackHandler
Parameters:
callbacks
- array of Callback
objects provided by the
underlying security service which contains the information requested
to be retrieved or displayed. Throws:
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. See Also:
CallbackHandler.handle(javax.security.auth.callback.Callback[])
setWSSConsumingContextForTrustClient
- public void setWSSConsumingContextForTrustClient( WSSConsumingContext concont)
Sets WSSConsumingContext object.
Parameters:
concont
- WSSConsumingContext object setWSSGenerationContextForTrustClient
- public void setWSSGenerationContextForTrustClient( WSSGenerationContext gencont)
Sets WSSGenerationContext object.
Parameters:
gencont
- WSSGenerationContext object