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 java.lang.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 initializesNTLMScheme
instances configured to use the defaultNTLMEngine
implementation.- Since:
- 4.1
- See Also:
BasicSchemeFactory
,BearerSchemeFactory
-
-
Field Summary
Fields Modifier and Type Field Description static NTLMSchemeFactory
INSTANCE
Deprecated.Singleton instance.
-
Constructor Summary
Constructors Constructor Description NTLMSchemeFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AuthScheme
create(org.apache.hc.core5.http.protocol.HttpContext context)
Deprecated.Creates an instance ofAuthScheme
.
-
-
-
Field Detail
-
INSTANCE
public static final NTLMSchemeFactory INSTANCE
Deprecated.Singleton instance.
-
-
Method Detail
-
create
public AuthScheme create(org.apache.hc.core5.http.protocol.HttpContext context)
Deprecated.Description copied from interface:AuthSchemeFactory
Creates an instance ofAuthScheme
.- Specified by:
create
in interfaceAuthSchemeFactory
- Returns:
- auth scheme.
-
-