@Deprecated @Contract(threading=STATELESS) @Experimental public class KerberosSchemeFactory extends Object implements AuthSchemeFactory
AuthSchemeFactory
implementation that creates and initializes
KerberosScheme
instances.
Please note this class is considered experimental and may be discontinued or removed in the future.
BasicSchemeFactory
,
BearerSchemeFactory
Modifier and Type | Field and Description |
---|---|
static KerberosSchemeFactory |
DEFAULT
Deprecated.
Singleton instance for the default configuration.
|
Constructor and Description |
---|
KerberosSchemeFactory(KerberosConfig config,
DnsResolver dnsResolver)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AuthScheme |
create(org.apache.hc.core5.http.protocol.HttpContext context)
Deprecated.
Creates an instance of
AuthScheme . |
public static final KerberosSchemeFactory DEFAULT
public KerberosSchemeFactory(KerberosConfig config, DnsResolver dnsResolver)
public AuthScheme create(org.apache.hc.core5.http.protocol.HttpContext context)
AuthSchemeFactory
AuthScheme
.create
in interface AuthSchemeFactory
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.