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
public class LoginResponse extends AuthenticationResponse
Response to a login request- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginResponse()
Create an instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSid()
Get the session idvoid
setSid(String sid)
Set the session id-
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
-
-