Class NTLMSchemeFactory
java.lang.Object
org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
- All Implemented Interfaces:
AuthSchemeFactory
@Deprecated
@Contract(threading=STATELESS)
public class NTLMSchemeFactory
extends Object
implements AuthSchemeFactory
Deprecated.
Do not use. the NTLM authentication scheme is no longer supported.
Consider using Basic or Bearer authentication with TLS instead.
AuthSchemeFactory implementation that creates and initializes
NTLMScheme instances configured to use the default NTLMEngine
implementation.- Since:
- 4.1
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.apache.hc.core5.http.protocol.HttpContext context) Deprecated.Creates an instance ofAuthScheme.
-
Field Details
-
INSTANCE
Deprecated.Singleton instance.
-
-
Constructor Details
-
NTLMSchemeFactory
public NTLMSchemeFactory()Deprecated.
-
-
Method Details
-
create
Deprecated.Description copied from interface:AuthSchemeFactoryCreates an instance ofAuthScheme.- Specified by:
createin interfaceAuthSchemeFactory- Returns:
- auth scheme.
-