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

Packages that use AuthState
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 AuthState in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient
 

Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient that return AuthState
 AuthState HttpMethod.getHostAuthState()
          Returns the target host authentication state
 AuthState HttpMethodBase.getHostAuthState()
          Returns the target host authentication state
 AuthState HttpMethod.getProxyAuthState()
          Returns the proxy authentication state
 AuthState HttpMethodBase.getProxyAuthState()
          Returns the proxy authentication state
 

Uses of AuthState in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth
 

Methods in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth with parameters of type AuthState
 AuthScheme AuthChallengeProcessor.processChallenge(AuthState state, Map challenges)
          Processes the given collection of challenges and updates the state of the authentication process.
 



Copyright © 2012 Internet2. All Rights Reserved.