Class PasswordValidationCallback
java.lang.Object
javax.security.auth.message.callback.PasswordValidationCallback
- All Implemented Interfaces:
Callback
Callback that enables an authentication module to supply a user name and password (to a runtime?) and determine if
the result of validation.
-
Constructor Summary
ConstructorDescriptionPasswordValidationCallback
(Subject subject, String username, char[] password) -
Method Summary
-
Constructor Details
-
PasswordValidationCallback
-
-
Method Details
-
getSubject
-
getUsername
-
getPassword
public char[] getPassword() -
clearPassword
public void clearPassword() -
setResult
public void setResult(boolean result) -
getResult
public boolean getResult()
-