Uses of Class
org.htmlunit.DefaultCredentialsProvider.AuthScopeProxy
-
Packages that use DefaultCredentialsProvider.AuthScopeProxy Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point). -
-
Uses of DefaultCredentialsProvider.AuthScopeProxy in org.htmlunit
Fields in org.htmlunit with type parameters of type DefaultCredentialsProvider.AuthScopeProxy Modifier and Type Field Description private java.util.Map<DefaultCredentialsProvider.AuthScopeProxy,org.apache.http.auth.Credentials>
DefaultCredentialsProvider. credentialsMap_
Method parameters in org.htmlunit with type arguments of type DefaultCredentialsProvider.AuthScopeProxy Modifier and Type Method Description private static org.apache.http.auth.Credentials
DefaultCredentialsProvider. matchCredentials(java.util.Map<DefaultCredentialsProvider.AuthScopeProxy,org.apache.http.auth.Credentials> map, org.apache.http.auth.AuthScope authscope)
Find matchingcredentials
for the given authentication scope.
-