Class HashPasswordRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.HashPasswordRequest
Hash password request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the password to hash (plain-text)intGet the user IDvoidsetPassword(String value) voidsetUserId(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
-