Class HashPasswordRequest


  • public class HashPasswordRequest
    extends Object
    Hash password request
    • Constructor Detail

      • HashPasswordRequest

        public HashPasswordRequest()
        Constructor for JAXB
    • Method Detail

      • getPassword

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

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

        public int getUserId()
        Get the user ID
        Returns:
        the user ID
      • setUserId

        public void setUserId​(int value)
        Parameters:
        value - the user ID