org.apache.http.auth
Interface AuthSchemeProvider

All Known Implementing Classes:
BasicSchemeFactoryHC4, DigestSchemeFactoryHC4, NTLMSchemeFactory

public interface AuthSchemeProvider

Factory for AuthScheme implementations.

Since:
4.3

Method Summary
 org.apache.http.auth.AuthScheme create(org.apache.http.protocol.HttpContext context)
          Creates an instance of AuthScheme.
 

Method Detail

create

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

Returns:
auth scheme.