Uses of Class
org.apache.http.impl.auth.AuthSchemeBase
Packages that use AuthSchemeBase
Package
Description
Default implementations of standard and common HTTP authentication
schemes.
-
Uses of AuthSchemeBase in org.apache.http.impl.auth
Subclasses of AuthSchemeBase in org.apache.http.impl.authModifier and TypeClassDescriptionclassBasic 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.