com.gentics.contentnode.rest.model.request
Class LoginRequest

java.lang.Object
  extended by com.gentics.contentnode.rest.model.request.LoginRequest

public class LoginRequest
extends java.lang.Object

Login Request containing the user credentials


Field Summary
protected  java.lang.String login
          Login name
protected  java.lang.String password
          Password
 
Constructor Summary
LoginRequest()
          Create an empty instance
 
Method Summary
 java.lang.String getLogin()
          Get the login name
 java.lang.String getPassword()
          Get the password
 void setLogin(java.lang.String login)
          Set the login name
 void setPassword(java.lang.String password)
          Set the password
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

login

protected java.lang.String login
Login name


password

protected java.lang.String password
Password

Constructor Detail

LoginRequest

public LoginRequest()
Create an empty instance

Method Detail

getLogin

public java.lang.String getLogin()
Get the login name

Returns:
login name

setLogin

public void setLogin(java.lang.String login)
Set the login name

Parameters:
login - login name

getPassword

public java.lang.String getPassword()
Get the password

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Set the password

Parameters:
password - password


Copyright © 2014 Gentics Software GmbH. All Rights Reserved.