com.gentics.contentnode.rest.model.response
Class AuthenticationResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.AuthenticationResponse
- Direct Known Subclasses:
- LoginResponse
public class AuthenticationResponse
- extends GenericResponse
Authentication Result
- Author:
- norbert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationResponse
public AuthenticationResponse()
- Create an instance
getUser
public User getUser()
- Get the user
- Returns:
- user
setUser
public void setUser(User user)
- Set the user
- Parameters:
user
- user
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.