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