java.lang.Objectjavax.security.auth.callback.PasswordCallback
All Implemented Interfaces:
Callback, java$io$Serializable
Underlying security services instantiate and pass a
PasswordCallback
to the handle
method of a CallbackHandler
to retrieve password information.
Constructor: |
---|
PasswordCallback with a prompt
and a boolean specifying whether the password should be displayed
as it is being typed.
|
Method from javax.security.auth.callback.PasswordCallback Summary: |
---|
clearPassword, getPassword, getPrompt, isEchoOn, setPassword |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.security.auth.callback.PasswordCallback Detail: |
---|
|
This method returns a copy of the retrieved password. |
|
|
This method makes a copy of the input password before storing it. |