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 and Description |
---|---|
void |
AuthSchemeRegistry.register(String name,
AuthSchemeFactory factory)
Deprecated.
Registers a
AuthSchemeFactory with the given identifier. |
Modifier and Type | Method and Description |
---|---|
void |
AuthSchemeRegistry.setItems(Map<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 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 |
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. |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.