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 and Description |
---|---|
AuthSchemeProvider |
AuthSchemeRegistry.lookup(String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.http.config.Lookup<AuthSchemeProvider> |
HttpClientContext.getAuthSchemeRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientContext.setAuthSchemeRegistry(org.apache.http.config.Lookup<AuthSchemeProvider> lookup) |
Modifier and Type | Class and 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 and 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. |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.