Class LoginResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AuthenticationResponse
com.gentics.contentnode.rest.model.response.LoginResponse
- 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
-
LoginResponse
public LoginResponse()Create an instance
-
-
Method Details
-
getSid
Get the session id- Returns:
- session id
-
setSid
Set the session id- Parameters:
sid
- session id
-