public class AuthConfiguration extends Object
| Name | Default | Description |
username |
REQUIRED | The username used to connect to the server. |
password |
REQUIRED | The password used to connect to the server. |
| Constructor and Description |
|---|
AuthConfiguration() |
AuthConfiguration(String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
Copyright © 2017. All rights reserved.