Class MatchPasswordRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.MatchPasswordRequest
-
public class MatchPasswordRequest extends Object
Match password request
-
-
Constructor Summary
Constructors Constructor Description MatchPasswordRequest()
Constructor for JAXB
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHash()
Get the password hashString
getPassword()
Get the plain text passwordvoid
setHash(String value)
void
setPassword(String value)
-
-
-
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
-
-