public class HashPasswordRequest extends Object
| Constructor and Description |
|---|
HashPasswordRequest()
Constructor for JAXB
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Get the password to hash (plain-text)
|
int |
getUserId()
Get the user ID
|
void |
setPassword(String value) |
void |
setUserId(int value) |
public String getPassword()
public void setPassword(String value)
value - the passwordpublic int getUserId()
public void setUserId(int value)
value - the user IDCopyright © 2024 Gentics Software. All rights reserved.