| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 credentialsfor the given authentication scope. | 
|  Credentials | HttpState.getProxyCredentials(AuthScope authscope)Get the proxy credentialsfor the given authentication scope. | 
|  void | HttpState.setCredentials(AuthScope authscope,
               Credentials credentials)Sets the credentialsfor the given authentication 
 scope. | 
|  void | HttpState.setProxyCredentials(AuthScope authscope,
                    Credentials credentials)Sets the proxy credentialsfor the given authentication 
 realm. | 
| Uses of AuthScope in org.apache.commons.httpclient.auth | 
|---|
| Subclasses of AuthScope in org.apache.commons.httpclient.auth | |
|---|---|
|  class | HttpAuthRealmDeprecated. no longer used | 
| Fields in org.apache.commons.httpclient.auth declared as AuthScope | |
|---|---|
| static AuthScope | AuthScope.ANYDefault 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. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||