Uses of Class
org.htmlunit.DefaultCredentialsProvider.AuthScopeProxy
Packages that use DefaultCredentialsProvider.AuthScopeProxy
-
Uses of DefaultCredentialsProvider.AuthScopeProxy in org.htmlunit
Fields in org.htmlunit with type parameters of type DefaultCredentialsProvider.AuthScopeProxyModifier and TypeFieldDescriptionprivate final Map
<DefaultCredentialsProvider.AuthScopeProxy, org.apache.http.auth.Credentials> DefaultCredentialsProvider.credentialsMap_
Method parameters in org.htmlunit with type arguments of type DefaultCredentialsProvider.AuthScopeProxyModifier and TypeMethodDescriptionprivate static org.apache.http.auth.Credentials
DefaultCredentialsProvider.matchCredentials
(Map<DefaultCredentialsProvider.AuthScopeProxy, org.apache.http.auth.Credentials> map, org.apache.http.auth.AuthScope authscope) Find matchingcredentials
for the given authentication scope.