Class KerberosSchemeFactory
java.lang.Object
org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
- All Implemented Interfaces:
AuthSchemeFactory
@Deprecated
@Contract(threading=STATELESS)
@Experimental
public class KerberosSchemeFactory
extends Object
implements AuthSchemeFactory
Deprecated.
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
AuthSchemeFactory
implementation that creates and initializes
KerberosScheme
instances.
Please note this class is considered experimental and may be discontinued or removed in the future.
- Since:
- 4.2
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final KerberosConfig
Deprecated.static final KerberosSchemeFactory
Deprecated.Singleton instance for the default configuration.private final DnsResolver
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionKerberosSchemeFactory
(KerberosConfig config, DnsResolver dnsResolver) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.Creates an instance ofAuthScheme
.
-
Field Details
-
DEFAULT
Deprecated.Singleton instance for the default configuration. -
config
Deprecated. -
dnsResolver
Deprecated.
-
-
Constructor Details
-
KerberosSchemeFactory
Deprecated.- Since:
- 5.0
-
-
Method Details
-
create
Deprecated.Description copied from interface:AuthSchemeFactory
Creates an instance ofAuthScheme
.- Specified by:
create
in interfaceAuthSchemeFactory
- Returns:
- auth scheme.
-