Class PasswordValidationCallback.PlainTextPasswordRequest

    • Constructor Detail

      • PlainTextPasswordRequest

        public PlainTextPasswordRequest​(String userName,
                                        String password)
        Constructor.
        Parameters:
        userName - java.lang.String representation of User name.
        password - java.lang.String representation of password.
    • Method Detail

      • getUsername

        public String getUsername()
        Get the username stored in this Request.
        Returns:
        java.lang.String representation of username.
      • getPassword

        public String getPassword()
        Get the password stored in the Request.
        Returns:
        java.lang.String representation of password.