Uses of Class
org.apache.maven.wagon.shared.http.BasicAuthScope
Packages that use BasicAuthScope
-
Uses of BasicAuthScope in org.apache.maven.wagon.shared.http
Fields in org.apache.maven.wagon.shared.http declared as BasicAuthScopeModifier and TypeFieldDescriptionprivate BasicAuthScopeAbstractHttpClientWagon.basicAuthBasic auth scope overridesprivate BasicAuthScopeAbstractHttpClientWagon.proxyAuthProxy basic auth scope overridesMethods in org.apache.maven.wagon.shared.http that return BasicAuthScopeModifier and TypeMethodDescriptionAbstractHttpClientWagon.getBasicAuthScope()Get the override values for standard HttpClient AuthScopeAbstractHttpClientWagon.getProxyBasicAuthScope()Get the override values for proxy HttpClient AuthScopeMethods in org.apache.maven.wagon.shared.http with parameters of type BasicAuthScopeModifier and TypeMethodDescriptionvoidAbstractHttpClientWagon.setBasicAuthScope(BasicAuthScope basicAuth) Set the override values for standard HttpClient AuthScopevoidAbstractHttpClientWagon.setProxyBasicAuthScope(BasicAuthScope proxyAuth) Set the override values for proxy HttpClient AuthScope