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 TypeClassDescriptionclass
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
.