Class LoginRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.LoginRequest
Login Request containing the user credentials
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLogin()
Get the login nameGet the passwordvoid
Set the login namevoid
setPassword
(String password) Set the password
-
Field Details
-
login
Login name -
password
Password
-
-
Constructor Details
-
LoginRequest
public LoginRequest()Create an empty instance
-
-
Method Details
-
getLogin
Get the login name- Returns:
- login name
-
setLogin
Set the login name- Parameters:
login
- login name
-
getPassword
Get the password- Returns:
- password
-
setPassword
Set the password- Parameters:
password
- password
-