Class SPNegoSchemeFactory
java.lang.Object
org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
- All Implemented Interfaces:
AuthSchemeFactory
@Contract(threading=STATELESS)
@Experimental
public class SPNegoSchemeFactory
extends Object
implements AuthSchemeFactory
AuthSchemeFactory implementation that creates and initializes
SPNegoScheme instances.
Please note this class is considered experimental and may be discontinued or removed in the future.
- Since:
- 4.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final KerberosConfigstatic final SPNegoSchemeFactorySingleton instance for the default configuration.private final DnsResolver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.apache.hc.core5.http.protocol.HttpContext context) Creates an instance ofAuthScheme.
-
Field Details
-
DEFAULT
Singleton instance for the default configuration. -
config
-
dnsResolver
-
-
Constructor Details
-
SPNegoSchemeFactory
- Since:
- 5.0
-
-
Method Details
-
create
Description copied from interface:AuthSchemeFactoryCreates an instance ofAuthScheme.- Specified by:
createin interfaceAuthSchemeFactory- Returns:
- auth scheme.
-