Package | Description |
---|---|
org.apache.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
org.apache.http.impl.auth.win |
Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms.
|
org.apache.http.impl.client |
Default HTTP client implementation.
|
Class and Description |
---|
AuthSchemeBase
Abstract authentication scheme class that serves as a basis
for all authentication schemes supported by HttpClient.
|
GGSSchemeBase |
NTLMEngine
Abstract NTLM authentication engine.
|
NTLMEngineException
Signals NTLM protocol failure.
|
RFC2617Scheme
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.
|
SpnegoTokenGenerator
Deprecated.
(4.2) subclass
KerberosScheme and override
GGSSchemeBase.generateGSSToken(byte[], org.ietf.jgss.Oid, String, org.apache.http.auth.Credentials) |
Class and Description |
---|
AuthSchemeBase
Abstract authentication scheme class that serves as a basis
for all authentication schemes supported by HttpClient.
|
Class and Description |
---|
HttpAuthenticator |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.