public class LoginRequest
extends Object
Input data for REST login endpoint.
-
-
Constructor Summary
Constructors
-
Method Summary
-
-
Constructor Details
-
LoginRequest
public LoginRequest(String username,
String password,
boolean rememberMe)
-
Method Details
-
-
-
getRememberMe
public boolean getRememberMe()
-
-
-