public class PasswordValidationCallback extends javax.security.auth.message.callback.PasswordValidationCallback
| Constructor and Description |
|---|
PasswordValidationCallback(String username,
char[] password)
Create a PasswordValidationCallback.
|
clearPassword, getPassword, getResult, getSubject, getUsername, setResultpublic PasswordValidationCallback(String username, char[] password)
username - the username to authenticatepassword - the user's password, which may be null.Copyright © 2017. All rights reserved.