Interface AuthSchemeProvider

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

public interface AuthSchemeProvider
Factory for AuthScheme implementations.
Since:
4.3
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.apache.http.protocol.HttpContext context)
    Creates an instance of AuthScheme.
  • Method Details

    • create

      AuthScheme create(org.apache.http.protocol.HttpContext context)
      Creates an instance of AuthScheme.
      Returns:
      auth scheme.