Class HashPasswordRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.HashPasswordRequest
-
public class HashPasswordRequest extends Object
Hash password request
-
-
Constructor Summary
Constructors Constructor Description HashPasswordRequest()
Constructor for JAXB
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
Get the password to hash (plain-text)int
getUserId()
Get the user IDvoid
setPassword(String value)
void
setUserId(int value)
-
-
-
Method Detail
-
getPassword
public String getPassword()
Get the password to hash (plain-text)- Returns:
- the password
-
setPassword
public void setPassword(String value)
- 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
-
-