Class LoginRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.LoginRequest
-
public class LoginRequest extends Object
Login Request containing the user credentials
-
-
Constructor Summary
Constructors Constructor Description LoginRequest()
Create an empty instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLogin()
Get the login nameString
getPassword()
Get the passwordvoid
setLogin(String login)
Set the login namevoid
setPassword(String password)
Set the password
-
-
-
Method Detail
-
getLogin
public String getLogin()
Get the login name- Returns:
- login name
-
setLogin
public void setLogin(String login)
Set the login name- Parameters:
login
- login name
-
getPassword
public String getPassword()
Get the password- Returns:
- password
-
setPassword
public void setPassword(String password)
Set the password- Parameters:
password
- password
-
-