Uses of Class
com.microsoft.tfs.core.httpclient.auth.AuthState

Packages that use AuthState
com.microsoft.tfs.core.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
com.microsoft.tfs.core.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 com.microsoft.tfs.core.httpclient
 

Methods in com.microsoft.tfs.core.httpclient that return AuthState
 AuthState HttpMethodBase.getHostAuthState()
          Returns the target host authentication state
 AuthState HttpMethod.getHostAuthState()
          Returns the target host authentication state
 AuthState HttpMethodBase.getProxyAuthState()
          Returns the proxy authentication state
 AuthState HttpMethod.getProxyAuthState()
          Returns the proxy authentication state
 

Uses of AuthState in com.microsoft.tfs.core.httpclient.auth
 

Methods in com.microsoft.tfs.core.httpclient.auth with parameters of type AuthState
 AuthScheme AuthChallengeProcessor.processChallenge(AuthState state, java.util.Map challenges)
          Processes the given collection of challenges and updates the state of the authentication process.
 AuthScheme AuthChallengeProcessor.processChallenge(AuthState state, java.util.Map challenges, Credentials credentials)
           
 



© 2015 Microsoft. All rights reserved.