Class CheckNewPassword

    • Constructor Detail

      • CheckNewPassword

        public CheckNewPassword()
    • Method Detail

      • getUsername

        public String getUsername()
        Get the provided username.
      • setUsername

        public void setUsername​(String username)
        Set the provided username.
      • getExistingPassword

        public String getExistingPassword()
        Get the user's existing password.
      • setExistingPassword

        public void setExistingPassword​(String existingPassword)
        Set the user's existing password.
      • getNewPassword

        public String getNewPassword()
        Get the user's new password.
      • setNewPassword

        public void setNewPassword​(String newPassword)
        Set the user's new password.