Class PasswordValidationCallback

  • All Implemented Interfaces:
    Callback

    public class PasswordValidationCallback
    extends jakarta.security.auth.message.callback.PasswordValidationCallback
    Callback for PasswordValidation.
    Version:
    %I%, %G%
    • Constructor Detail

      • PasswordValidationCallback

        public PasswordValidationCallback​(String username,
                                          char[] password)
        Create a PasswordValidationCallback.
        Parameters:
        username - the username to authenticate
        password - the user's password, which may be null.