Uses of Class
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth.AuthScope

Packages that use AuthScope
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
edu.internet2.middleware.grouperClientExt.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 edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient
 

Methods in edu.internet2.middleware.grouperClientExt.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 edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth
 

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

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

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

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



Copyright © 2012 Internet2. All Rights Reserved.