Class HashPasswordResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AuthenticationResponse
com.gentics.contentnode.rest.model.response.HashPasswordResponse
- All Implemented Interfaces:
Serializable
Response to a login request
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.AuthenticationResponse
getUser, setUser
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
HashPasswordResponse
public HashPasswordResponse()Create an instance
-
-
Method Details
-
getHash
Get the password hash- Returns:
- password hash
-
setHash
Set the password hash- Parameters:
value
- password hash
-