public class MatchPasswordRequest extends Object
Constructor and Description |
---|
MatchPasswordRequest()
Constructor for JAXB
|
Modifier and Type | Method and Description |
---|---|
String |
getHash()
Get the password hash
|
String |
getPassword()
Get the plain text password
|
void |
setHash(String value) |
void |
setPassword(String value) |
public String getPassword()
public void setPassword(String value)
value
- the passwordpublic String getHash()
public void setHash(String value)
value
- the password hashCopyright © 2024 Gentics Software. All rights reserved.