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, setResult
public PasswordValidationCallback(String username, char[] password)
username
- the username to authenticatepassword
- the user's password, which may be null.Copyright © 2018. All rights reserved.