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

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.AuthenticationResponse
Direct Known Subclasses:
LoginResponse

public class AuthenticationResponse
extends GenericResponse

Authentication Result

Author:
norbert

Constructor Summary
AuthenticationResponse()
          Create an instance
 
Method Summary
 User getUser()
          Get the user
 void setUser(User user)
          Set the user
 
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

AuthenticationResponse

public AuthenticationResponse()
Create an instance

Method Detail

getUser

public User getUser()
Get the user

Returns:
user

setUser

public void setUser(User user)
Set the user

Parameters:
user - user


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.