Uses of Class
org.apache.commons.httpclient.auth.AuthScope

Packages that use AuthScope
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
org.apache.commons.httpclient.auth Provides implementation of various authentication schemes as well as utility classes that can be used to authenticate HTTP requests. 
 

Uses of AuthScope in org.apache.commons.httpclient
 

Methods in org.apache.commons.httpclient with parameters of type AuthScope
 Credentials HttpState.getCredentials(AuthScope authscope)
          Get the credentials for the given authentication scope.
 Credentials HttpState.getProxyCredentials(AuthScope authscope)
          Get the proxy credentials for the given authentication scope.
 void HttpState.setCredentials(AuthScope authscope, Credentials credentials)
          Sets the credentials for the given authentication scope.
 void HttpState.setProxyCredentials(AuthScope authscope, Credentials credentials)
          Sets the proxy credentials for the given authentication realm.
 

Uses of AuthScope in org.apache.commons.httpclient.auth
 

Subclasses of AuthScope in org.apache.commons.httpclient.auth
 class HttpAuthRealm
          Deprecated. no longer used
 

Fields in org.apache.commons.httpclient.auth declared as AuthScope
static AuthScope AuthScope.ANY
          Default scope matching any host, port, realm and authentication scheme.
 

Methods in org.apache.commons.httpclient.auth with parameters of type AuthScope
 int AuthScope.match(AuthScope that)
          Tests if the authentication scopes match.
 

Constructors in org.apache.commons.httpclient.auth with parameters of type AuthScope
AuthScope(AuthScope authscope)
          Creates a copy of the given credentials scope.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.