Package | Description |
---|---|
org.apache.http.auth |
The API for client-side HTTP authentication against a server.
|
org.apache.http.impl.auth |
Default implementations for interfaces in
org.apache.http.auth . |
Modifier and Type | Method and Description |
---|---|
void |
AuthSchemeRegistry.register(String name,
AuthSchemeFactory factory)
Registers a
AuthSchemeFactory with the given identifier. |
Modifier and Type | Method and Description |
---|---|
void |
AuthSchemeRegistry.setItems(Map<String,AuthSchemeFactory> map)
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
AuthSchemeFactory implementation that creates and initializes
BasicScheme instances. |
class |
DigestSchemeFactory
AuthSchemeFactory implementation that creates and initializes
DigestScheme instances. |
class |
KerberosSchemeFactory
Kerberos authentication scheme factory.
|
class |
NegotiateSchemeFactory
Deprecated.
(4.2) use
SPNegoSchemeFactory or KerberosSchemeFactory . |
class |
NTLMSchemeFactory
AuthSchemeFactory implementation that creates and initializes
NTLMScheme instances configured to use the default NTLMEngine
implementation. |
class |
SPNegoSchemeFactory
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication
scheme factory.
|
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.