Class UsernamePasswordAuthenticationRequest
- java.lang.Object
-
- de.xima.fc.api.rest.models.request.auth.UsernamePasswordAuthenticationRequest
-
- All Implemented Interfaces:
Serializable
public class UsernamePasswordAuthenticationRequest extends Object implements Serializable
Model representing an authentication request with username/password credentials.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsernamePasswordAuthenticationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
String
getUsername()
void
setPassword(String password)
void
setUsername(String username)
-