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
public class AuthenticationResponse extends GenericResponse
Authentication Result- Author:
- norbert
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationResponse()
Create an instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User
getUser()
Get the uservoid
setUser(User user)
Set the user-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-