ConfirmationCallback

Class ConfirmationCallback

All Implemented Interfaces:
Serializable, Callback
public class ConfirmationCallback
extends Object
implements Callback, Serializable

Underlying security services instantiate and pass a ConfirmationCallback to the handle method of a CallbackHandler to ask for YES/NO, OK/CANCEL, YES/NO/CANCEL or other similar confirmations.

See Also:
CallbackHandler, Serializ