public static class BasicAuth.Configuration
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
password
Required: The password of the basic auth.
|
java.lang.String |
username
Required: The username of the basic auth.
|
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword()
Required: The password of the basic auth.
|
java.lang.String |
getUsername()
Required: The username of the basic auth.
|
void |
setPassword(java.lang.String p)
Required: The password of the basic auth.
|
void |
setUsername(java.lang.String p)
Required: The username of the basic auth.
|
public java.lang.String username
Required: The username of the basic auth.
public java.lang.String password
Required: The password of the basic auth.
public java.lang.String getUsername()
Required: The username of the basic auth.
public void setUsername(java.lang.String p)
Required: The username of the basic auth.
public java.lang.String getPassword()
Required: The password of the basic auth.
public void setPassword(java.lang.String p)
Required: The password of the basic auth.