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 Details

    • INSTANCE

      public static final NTLMSchemeFactory INSTANCE
      Deprecated.
      Singleton instance.
  • Constructor Details

    • NTLMSchemeFactory

      public NTLMSchemeFactory()
      Deprecated.
  • Method Details