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
public class HashPasswordResponse extends AuthenticationResponse
Response to a login request- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HashPasswordResponse()
Create an instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHash()
Get the password hashvoid
setHash(String value)
Set the password hash-
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
-
-