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 TypeClassDescriptionclassAbstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.classBasic authentication scheme as defined in RFC 2617.classDigest authentication scheme as defined in RFC 2617.classclassKERBEROS authentication scheme.classDeprecated.classNTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.classAbstract 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.classSPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
SPNegoSchemeorKerberosScheme.