public class VerifyPasswordCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
password |
private boolean |
verified |
| Constructor and Description |
|---|
VerifyPasswordCallback(java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword() |
boolean |
isVerified() |
void |
setVerified(boolean verified) |