Uses of Class
org.htmlunit.DefaultCredentialsProvider.AuthScopeProxy
-
Packages that use DefaultCredentialsProvider.AuthScopeProxy Package Description org.htmlunit Framework classes (contains theWebClientclass 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.CredentialsDefaultCredentialsProvider. matchCredentials(java.util.Map<DefaultCredentialsProvider.AuthScopeProxy,org.apache.http.auth.Credentials> map, org.apache.http.auth.AuthScope authscope)Find matchingcredentialsfor the given authentication scope.
-