Uses of Class
org.apache.maven.wagon.shared.http.BasicAuthScope
-
-
Uses of BasicAuthScope in org.apache.maven.wagon.shared.http
Methods in org.apache.maven.wagon.shared.http that return BasicAuthScope Modifier and Type Method Description BasicAuthScopeAbstractHttpClientWagon. getBasicAuthScope()Get the override values for standard HttpClient AuthScopeBasicAuthScopeAbstractHttpClientWagon. 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 voidAbstractHttpClientWagon. setBasicAuthScope(BasicAuthScope basicAuth)Set the override values for standard HttpClient AuthScopevoidAbstractHttpClientWagon. setProxyBasicAuthScope(BasicAuthScope proxyAuth)Set the override values for proxy HttpClient AuthScope
-