Package org.apache.http.impl.auth

Default implementations of standard and common HTTP authentication schemes.

See:
          Description

Class Summary
AuthSchemeBaseHC4 Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.
BasicSchemeFactoryHC4 AuthSchemeProvider implementation that creates and initializes BasicScheme instances.
BasicSchemeHC4 Basic authentication scheme as defined in RFC 2617.
DigestSchemeFactoryHC4 AuthSchemeProvider implementation that creates and initializes DigestScheme instances.
DigestSchemeHC4 Digest authentication scheme as defined in RFC 2617.
HttpAuthenticator  
NTLMSchemeFactory AuthSchemeProvider implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngine implementation.
NTLMSchemeHC4 NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.
RFC2617SchemeHC4 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.
 

Package org.apache.http.impl.auth Description

Default implementations of standard and common HTTP authentication schemes.