Package com.ibm.wsspi.wssecurity.auth.callback

Interface Summary
CallbackHandlerFactory A factory for CallbackHandler in WS-Security toolkit.
 

Class Summary
BinaryTokenCallback The BinaryTokenCallback allows credential token to be gathered by CallbackHandler and pass it to the LoginModule.
CallbackHandlerFactoryImpl A CallbackHandlerFactory implementation.
GUIPromptCallbackHandler The GUIPromptCallbackHandler gathers the authentication data from GUI and pushs the data to the login module.
LTPATokenCallbackHandler The LTPATokenCallbackHandler gathers the authentication data passed in and tries to get an LTPA token from it.
NonPromptCallbackHandler The GUIPromptCallbackHandler gathers the authentication data from GUI and pushs the data to the login module.
PropertyCallback A callback for handling the name-value pairs in <Property> elements in WS-Security configuration XMI files.
StdinPromptCallbackHandler The GUIPromptCallbackHandler gathers the authentication data from GUI and pushs the data to the login module.
WSCallbackHandlerFactoryImpl WebSphere default implementation of CallbackHandlerFactory interface.
XMLTokenReceiverCallback A Callback for handling XML tokens such as SAML at the receiver side.
XMLTokenSenderCallback A Callback for sending XML tokens such as SAML.