PasswordCallback

Class PasswordCallback

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

Underlying security services instantiate and pass a PasswordCallback to the handle method of a CallbackHandler to retrieve password information.

See Also:
CallbackHandler, Serialized Form

Const