com.gentics.contentnode.rest.model.response
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
public class LoginResponse
- extends AuthenticationResponse
Response to a login request
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoginResponse
public LoginResponse()
- Create an instance
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.