public abstract class AuthRequest extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AuthRequest(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getPassword()
Returns the user's credentials
|
Optional<String> |
getUsername()
Returns the username to be authenticated.
|