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

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

Methods in com.microsoft.tfs.core.httpclient.auth that throw AuthChallengeException
 AuthScheme AuthChallengeProcessor.selectAuthScheme(java.util.Map challenges)
           
 AuthScheme AuthChallengeProcessor.selectAuthScheme(java.util.Map challenges, Credentials credentials)
          Determines the preferred authentication scheme that can be used to respond to the given collection of challenges.
 



© 2015 Microsoft. All rights reserved.