Uses of Class
org.apache.maven.wagon.shared.http.BasicAuthScope
-
Packages that use BasicAuthScope Package Description org.apache.maven.wagon.shared.http -
-
Uses of BasicAuthScope in org.apache.maven.wagon.shared.http
Fields in org.apache.maven.wagon.shared.http declared as BasicAuthScope Modifier and Type Field Description private BasicAuthScope
AbstractHttpClientWagon. basicAuth
Basic auth scope overridesprivate BasicAuthScope
AbstractHttpClientWagon. proxyAuth
Proxy basic auth scope overridesMethods in org.apache.maven.wagon.shared.http that return BasicAuthScope Modifier and Type Method Description BasicAuthScope
AbstractHttpClientWagon. getBasicAuthScope()
Get the override values for standard HttpClient AuthScopeBasicAuthScope
AbstractHttpClientWagon. getProxyBasicAuthScope()
Get the override values for proxy HttpClient AuthScopeMethods in org.apache.maven.wagon.shared.http with parameters of type BasicAuthScope Modifier and Type Method Description void
AbstractHttpClientWagon. setBasicAuthScope(BasicAuthScope basicAuth)
Set the override values for standard HttpClient AuthScopevoid
AbstractHttpClientWagon. setProxyBasicAuthScope(BasicAuthScope proxyAuth)
Set the override values for proxy HttpClient AuthScope
-