Interface AuthSchemeFactory

All Known Implementing Classes:
BasicSchemeFactory, DigestSchemeFactory, KerberosSchemeFactory, NegotiateSchemeFactory, NTLMSchemeFactory, SPNegoSchemeFactory

@Deprecated public interface AuthSchemeFactory
Deprecated.
Factory for AuthScheme implementations.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Creates an instance of AuthScheme using given HTTP parameters.
  • Method Details

    • newInstance

      AuthScheme newInstance(HttpParams params)
      Deprecated.
      Creates an instance of AuthScheme using given HTTP parameters.
      Parameters:
      params - HTTP parameters.
      Returns:
      auth scheme.