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

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

Subclasses of RFC2617Scheme 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 PreemptiveBasicScheme
          A modification on HTTP Basic to send authentication preemptively.
 



© 2015 Microsoft. All rights reserved.