Class MatchPasswordRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.MatchPasswordRequest
Match password request
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHash()
Get the password hashGet the plain text passwordvoid
void
setPassword
(String value)
-
Constructor Details
-
MatchPasswordRequest
public MatchPasswordRequest()Constructor for JAXB
-
-
Method Details
-
getPassword
Get the plain text password- Returns:
- the password
-
setPassword
- Parameters:
value
- the password
-
getHash
Get the password hash- Returns:
- the hash
-
setHash
- Parameters:
value
- the password hash
-