com.gentics.contentnode.rest.model.response
Class LoginResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.AuthenticationResponse
          extended by com.gentics.contentnode.rest.model.response.LoginResponse

public class LoginResponse
extends AuthenticationResponse

Response to a login request


Constructor Summary
LoginResponse()
          Create an instance
 
Method Summary
 String getSid()
          Get the session id
 void 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginResponse

public LoginResponse()
Create an instance

Method Detail

getSid

public String getSid()
Get the session id

Returns:
session id

setSid

public void setSid(String sid)
Set the session id

Parameters:
sid - session id


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.