| Modifier and Type | Method | Description |
|---|---|---|
BasicAuthScope |
AbstractHttpClientWagon.getBasicAuthScope() |
Get the override values for standard HttpClient AuthScope
|
BasicAuthScope |
AbstractHttpClientWagon.getProxyBasicAuthScope() |
Get the override values for proxy HttpClient AuthScope
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractHttpClientWagon.setBasicAuthScope(BasicAuthScope basicAuth) |
Set the override values for standard HttpClient AuthScope
|
void |
AbstractHttpClientWagon.setProxyBasicAuthScope(BasicAuthScope proxyAuth) |
Set the override values for proxy HttpClient AuthScope
|