|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AuthenticationResponse
com.gentics.contentnode.rest.model.response.LoginResponse
public class LoginResponse
Response to a login request
Constructor Summary | |
---|---|
LoginResponse()
Create an instance |
Method Summary | |
---|---|
java.lang.String |
getSid()
Get the session id |
void |
setSid(java.lang.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginResponse()
Method Detail |
---|
public java.lang.String getSid()
public void setSid(java.lang.String sid)
sid
- session id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |