Class PasswordRequest

    • Field Detail

      • password

        protected String password
      • currentPassword

        protected String currentPassword
    • Constructor Detail

      • PasswordRequest

        public PasswordRequest()
      • PasswordRequest

        public PasswordRequest​(String currentPassword,
                               String password,
                               String userIdentity)
    • Method Detail

      • getPassword

        public String getPassword()
        Gets the value of the password property.
        Returns:
        possible object is String
      • setPassword

        public void setPassword​(String value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is String
      • getCurrentPassword

        public String getCurrentPassword()
        Gets the value of the currentPassword property.
        Returns:
        possible object is String
      • setCurrentPassword

        public void setCurrentPassword​(String value)
        Sets the value of the currentPassword property.
        Parameters:
        value - allowed object is String