Class NTLMSchemeFactory

java.lang.Object
org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
All Implemented Interfaces:
AuthSchemeFactory

@Contract(threading=STATELESS) public class NTLMSchemeFactory extends Object implements AuthSchemeFactory
AuthSchemeFactory implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngine implementation.
Since:
4.1
  • Field Details

  • Constructor Details

    • NTLMSchemeFactory

      public NTLMSchemeFactory()
  • Method Details