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