Module java.base

Class ConfirmationCallback

java.lang.Object
javax.security.auth.callback.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.

Since:
1.4
See Also: