Package | Description |
---|---|
org.apache.maven.wagon.shared.http |
Modifier and Type | Field and Description |
---|---|
private BasicAuthScope |
AbstractHttpClientWagon.basicAuth
Basic auth scope overrides
|
private BasicAuthScope |
AbstractHttpClientWagon.proxyAuth
Proxy basic auth scope overrides
|
Modifier and Type | Method and 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 and 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
|