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.AuthSchemeFactoryimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation.- Since:
- 4.1
- See Also:
BasicSchemeFactory,BearerSchemeFactory
-
-
Field Summary
Fields Modifier and Type Field Description static NTLMSchemeFactoryINSTANCEDeprecated.Singleton instance.
-
Constructor Summary
Constructors Constructor Description NTLMSchemeFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AuthSchemecreate(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:AuthSchemeFactoryCreates an instance ofAuthScheme.- Specified by:
createin interfaceAuthSchemeFactory- Returns:
- auth scheme.
-
-