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(java.lang.String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Lookup<AuthSchemeProvider> |
HttpClientContext.getAuthSchemeRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientContext.setAuthSchemeRegistry(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(Lookup<AuthSchemeProvider> authSchemeRegistry)
Assigns default
AuthScheme registry which will
be used for request execution if not explicitly set in the client execution
context. |
Constructor and Description |
---|
InternalHttpClient(ClientExecChain execChain,
HttpClientConnectionManager connManager,
HttpRoutePlanner routePlanner,
Lookup<CookieSpecProvider> cookieSpecRegistry,
Lookup<AuthSchemeProvider> authSchemeRegistry,
CookieStore cookieStore,
CredentialsProvider credentialsProvider,
RequestConfig defaultConfig,
java.util.List<java.io.Closeable> closeables) |