Package | Description |
---|---|
org.apache.http.auth |
The API for client-side HTTP authentication against a server.
|
org.apache.http.client.protocol |
Additional request and response interceptors for HTTP state and
authentication management.
|
org.apache.http.impl.auth |
Default implementations for interfaces in
org.apache.http.auth . |
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
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) |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.