Package com.metamatrix.common.callback

Interface Summary
Callback Implementations of this interface are passed to a CallbackHandler, allowing underlying services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages.
CallbackHandler An application implements a CallbackHandler and passes it to underlying security services so that they may interact with the application to retrieve specific authentication data, such as usernames and passwords, or to display certain information, such as error and warning messages.
 

Class Summary
CallbackChoices This callback class is used when a component requires an application to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations
CallbackImpl Implementations of this interface are passed to a CallbackHandler, allowing underlying services the ability to interact with a calling application to retrieve specific authentication data such as usernames and passwords, or to display certain information, such as error and warning messages.
 



Copyright © 2009. All Rights Reserved.