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