public class VerifyPasswordCallback extends Object implements Callback, Serializable
PasswordCallback
,
CallbackHandler
,
Serialized FormConstructor and Description |
---|
VerifyPasswordCallback(char[] password)
Construct a
VerifyPasswordCallback . |
Modifier and Type | Method and Description |
---|---|
void |
clearPassword()
Clear the retrieved password.
|
char[] |
getPassword()
Get the retrieved password.
|
boolean |
getVerified()
Determines wether the password is verified.
|
void |
setVerified(boolean verified)
Indicate if this password is verified.
|
public VerifyPasswordCallback(char[] password)
VerifyPasswordCallback
.password
- the password to verify.public char[] getPassword()
public void clearPassword()
public void setVerified(boolean verified)
verified
- true if the password is verified; false otherwisepublic boolean getVerified()
Copyright © 2003-2008 Jive Software.