Interface AuthSchemeProvider
- All Known Implementing Classes:
BasicSchemeFactory, DigestSchemeFactory, KerberosSchemeFactory, NTLMSchemeFactory, SPNegoSchemeFactory
-
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.
-