Uses of Interface
org.apache.http.auth.ContextAwareAuthScheme
Packages that use ContextAwareAuthScheme
Package
Description
Default implementations of standard and common HTTP authentication
schemes.
-
Uses of ContextAwareAuthScheme in org.apache.http.impl.auth
Classes in org.apache.http.impl.auth that implement ContextAwareAuthSchemeModifier and TypeClassDescriptionclass
Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.class
Basic authentication scheme as defined in RFC 2617.class
Digest authentication scheme as defined in RFC 2617.class
class
KERBEROS authentication scheme.class
Deprecated.class
NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.class
Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authentication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.class
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
SPNegoScheme
orKerberosScheme
.