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