Interface AuthSchemeFactory
- All Known Implementing Classes:
BasicSchemeFactory, DigestSchemeFactory, KerberosSchemeFactory, NegotiateSchemeFactory, NTLMSchemeFactory, SPNegoSchemeFactory
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance(org.apache.http.params.HttpParams params) Deprecated.Creates an instance ofAuthSchemeusing given HTTP parameters.
-
Method Details
-
newInstance
Deprecated.Creates an instance ofAuthSchemeusing given HTTP parameters.- Parameters:
params- HTTP parameters.- Returns:
- auth scheme.
-
AuthSchemeProvider