Class AuthenticationResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AuthenticationResponse
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HashPasswordResponse
,LoginResponse
Authentication Result
- Author:
- norbert
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
AuthenticationResponse
public AuthenticationResponse()Create an instance
-
-
Method Details
-
getUser
Get the user- Returns:
- user
-
setUser
Set the user- Parameters:
user
- user
-