Package org.apache.http.auth
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 TypeMethodDescriptioncreate(org.apache.http.protocol.HttpContext context) Creates an instance ofAuthScheme.
-
Method Details
-
create
Creates an instance ofAuthScheme.- Returns:
- auth scheme.
-