|
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.UNTGUIPromptCallbackHandler
public class UNTGUIPromptCallbackHandler
This is a callback for user name token with GUI prompt in generator side. This instance is used to set into WSSGenerationContext object to generate a user name token.
com.ibm.websphere.wssecurity.wssapi.token.UsenameToken
,
UNTGenerateCallbackHandler
,
Serialized FormConstructor Summary | |
---|---|
UNTGUIPromptCallbackHandler()
Class constructor |
|
UNTGUIPromptCallbackHandler(java.util.Map properties)
Class constructor |
Method Summary | |
---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
Sets necessary information to NameCallback ,
PasswordCallback , WSRealmNameCallbackImpl ,
and WSCredTokenCallbackImpl objects. |
static boolean |
isTrue(java.lang.String flag)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UNTGUIPromptCallbackHandler()
public UNTGUIPromptCallbackHandler(java.util.Map 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
NameCallback
,
PasswordCallback
, WSRealmNameCallbackImpl
,
and WSCredTokenCallbackImpl
objects.
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 static boolean isTrue(java.lang.String flag)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |