See: Description
| Class | Description |
|---|---|
| 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.
|
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.