Uses of Package
com.microsoft.tfs.core.httpclient.auth

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

Classes in com.microsoft.tfs.core.httpclient.auth used by com.microsoft.tfs.core.httpclient
AuthScope
          The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
AuthState
          This class provides detailed information about the state of the authentication process.
 

Classes in com.microsoft.tfs.core.httpclient.auth used by com.microsoft.tfs.core.httpclient.auth
AuthChallengeException
          Signals a failure processing authentication challenge
AuthenticationException
          Signals a failure in authentication process
AuthorizationHeaderScheme
           
AuthScheme
           This interface represents an abstract challenge-response oriented authentication scheme.
AuthScope
          The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
AuthState
          This class provides detailed information about the state of the authentication process.
BasicScheme
           Basic authentication scheme as defined in RFC 2617.
CredentialsNotAvailableException
          Authentication credentials required to respond to a authentication challenge are not available
MalformedChallengeException
          Signals that authentication challenge is in some way invalid or illegal in the given context
RFC2617Scheme
           Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authetication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.
 



© 2015 Microsoft. All rights reserved.