Class MatchPasswordRequest

java.lang.Object
com.gentics.contentnode.rest.model.request.MatchPasswordRequest

public class MatchPasswordRequest extends Object
Match password request
  • Constructor Details

    • MatchPasswordRequest

      public MatchPasswordRequest()
      Constructor for JAXB
  • Method Details

    • 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