| Package | Description |
|---|---|
| org.apache.http.auth |
Client HTTP authentication APIs.
|
| org.apache.http.client.protocol |
Client specific HTTP protocol handlers.
|
| org.apache.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
| org.apache.http.impl.client |
Default HTTP client implementation.
|
| Modifier and Type | Method | Description |
|---|---|---|
AuthSchemeProvider |
AuthSchemeRegistry.lookup(java.lang.String name) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.http.config.Lookup<AuthSchemeProvider> |
HttpClientContext.getAuthSchemeRegistry() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpClientContext.setAuthSchemeRegistry(org.apache.http.config.Lookup<AuthSchemeProvider> lookup) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicSchemeFactory |
AuthSchemeProvider implementation that creates and initializes
BasicScheme instances. |
class |
DigestSchemeFactory |
AuthSchemeProvider implementation that creates and initializes
DigestScheme instances. |
class |
KerberosSchemeFactory |
AuthSchemeProvider implementation that creates and initializes
KerberosScheme instances. |
class |
NTLMSchemeFactory |
AuthSchemeProvider implementation that creates and initializes
NTLMScheme instances configured to use the default NTLMEngine
implementation. |
class |
SPNegoSchemeFactory |
AuthSchemeProvider implementation that creates and initializes
SPNegoScheme instances. |
| Modifier and Type | Method | Description |
|---|---|---|
HttpClientBuilder |
HttpClientBuilder.setDefaultAuthSchemeRegistry(org.apache.http.config.Lookup<AuthSchemeProvider> authSchemeRegistry) |
Assigns default
AuthScheme registry which will
be used for request execution if not explicitly set in the client execution
context. |