Class MatchPasswordRequest


  • public class MatchPasswordRequest
    extends Object
    Match password request
    • Constructor Detail

      • MatchPasswordRequest

        public MatchPasswordRequest()
        Constructor for JAXB
    • Method Detail

      • getPassword

        public String getPassword()
        Get the plain text password
        Returns:
        the password
      • setPassword

        public void setPassword​(String value)
        Parameters:
        value - the password
      • getHash

        public String getHash()
        Get the password hash
        Returns:
        the hash
      • setHash

        public void setHash​(String value)
        Parameters:
        value - the password hash