Class HashPasswordRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.HashPasswordRequest
Hash password request
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the password to hash (plain-text)int
Get the user IDvoid
setPassword
(String value) void
setUserId
(int value)
-
Constructor Details
-
HashPasswordRequest
public HashPasswordRequest()Constructor for JAXB
-
-
Method Details
-
getPassword
Get the password to hash (plain-text)- Returns:
- the password
-
setPassword
- 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
-