|
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.websphere.wssecurity.callbackhandler.UNTConsumeCallbackHandler
public class UNTConsumeCallbackHandler
This class is a callback handler for user name token in consumer side. This instance is used to set into WSSConsumingContext object to validate a user name token.
UsernameToken
,
UNTConsumeCallback
,
Serialized FormConstructor Summary | |
---|---|
UNTConsumeCallbackHandler()
Class constructor. |
|
UNTConsumeCallbackHandler(boolean setNonce,
boolean setCreatedTimestamp)
Class constructor. |
|
UNTConsumeCallbackHandler(java.util.Map<java.lang.Object,java.lang.Object> properties)
Class constructor. |
Method Summary | |
---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
Sets necessary information to a UNTConsumeCallback object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UNTConsumeCallbackHandler(java.util.Map<java.lang.Object,java.lang.Object> properties)
properties
- a map including key-value pairspublic UNTConsumeCallbackHandler()
public UNTConsumeCallbackHandler(boolean setNonce, boolean setCreatedTimestamp)
setNonce
- whether the nonce is required or notsetCreatedTimestamp
- whether the created time stamp is required ot notMethod Detail |
---|
public void handle(javax.security.auth.callback.Callback[] callbacks) throws java.io.IOException, javax.security.auth.callback.UnsupportedCallbackException
UNTConsumeCallback
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[])
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |