| Package | Description |
|---|---|
| org.apache.http.auth |
Client HTTP authentication APIs.
|
| org.apache.http.impl.auth |
Default implementations of standard and common HTTP authentication
schemes.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AuthSchemeRegistry.register(java.lang.String name,
AuthSchemeFactory factory) |
Deprecated.
Registers a
AuthSchemeFactory with the given identifier. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AuthSchemeRegistry.setItems(java.util.Map<java.lang.String,AuthSchemeFactory> map) |
Deprecated.
Populates the internal collection of registered
authentication schemes
with the content of the map passed as a parameter. |
| 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 |
NegotiateSchemeFactory |
Deprecated.
(4.2) use
SPNegoSchemeFactory or KerberosSchemeFactory. |
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. |