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

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

Subclasses of AuthorizationHeaderScheme in com.microsoft.tfs.core.httpclient.auth
 class BasicScheme
           Basic authentication scheme as defined in RFC 2617.
 class DigestScheme
           Digest authentication scheme as defined in RFC 2617.
 class NegotiateScheme
           
 class NTLMScheme
           
 class PreemptiveBasicScheme
          A modification on HTTP Basic to send authentication preemptively.
 class 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.
 class WRAPAuthScheme
           
 



© 2015 Microsoft. All rights reserved.