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

Packages that use AuthenticationException
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 AuthenticationException in com.microsoft.tfs.core.httpclient.auth
 

Subclasses of AuthenticationException in com.microsoft.tfs.core.httpclient.auth
 class AuthChallengeException
          Signals a failure processing authentication challenge
 class CredentialsNotAvailableException
          Authentication credentials required to respond to a authentication challenge are not available
 class InvalidCredentialsException
          Authentication credentials required to respond to a authentication challenge are invalid
 

Methods in com.microsoft.tfs.core.httpclient.auth that throw AuthenticationException
protected  java.lang.String WRAPAuthScheme.authenticate(AuthScope authScope, Credentials credentials, HttpMethod method)
           
protected  java.lang.String NegotiateScheme.authenticate(AuthScope authscope, Credentials credentials, HttpMethod method)
           
 java.lang.String NTLMScheme.authenticate(AuthScope authscope, Credentials credentials, HttpMethod method)
           
 java.lang.String DigestScheme.authenticate(AuthScope authscope, Credentials credentials, HttpMethod method)
          Produces a digest authorization string for the given set of Credentials, method name and URI.
 java.lang.String BasicScheme.authenticate(AuthScope authscope, Credentials credentials, HttpMethod method)
          Produces basic authorization string for the given set of Credentials.
protected abstract  java.lang.String AuthorizationHeaderScheme.authenticate(AuthScope authScope, Credentials credentials, HttpMethod method)
          Provides the Authorization or Proxy-Authorization headers for authentication with the given Credentials.
 java.lang.String DigestScheme.authenticate(Credentials credentials, java.lang.String method, java.lang.String uri)
          Deprecated. Use #authenticate(Credentials, HttpMethod)
 void CookieAuthScheme.authenticateHost(AuthScope authscope, Credentials credentials, HttpState state, HttpMethod method)
           
 void AuthorizationHeaderScheme.authenticateHost(AuthScope authScope, Credentials credentials, HttpState state, HttpMethod method)
           
 void AuthScheme.authenticateHost(AuthScope authscope, Credentials credentials, HttpState state, HttpMethod method)
          Configures the given HttpMethod for authentication to the host with the given Credentials.
 void WRAPAuthScheme.authenticateProxy(AuthScope authScope, Credentials credentials, HttpState state, HttpMethod method)
           
 void CookieAuthScheme.authenticateProxy(AuthScope authScope, Credentials credentials, HttpState state, HttpMethod method)
           
 void AuthorizationHeaderScheme.authenticateProxy(AuthScope authScope, Credentials credentials, HttpState state, HttpMethod method)
           
 void AuthScheme.authenticateProxy(AuthScope authScope, Credentials credentials, HttpState state, HttpMethod method)
          Configures the given HttpMethod for authentication to the proxy with the given Credentials.
 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.