Package org.apache.http.auth
Interface AuthSchemeFactory
-
- All Known Implementing Classes:
BasicSchemeFactory
,DigestSchemeFactory
,KerberosSchemeFactory
,NegotiateSchemeFactory
,NTLMSchemeFactory
,SPNegoSchemeFactory
@Deprecated public interface AuthSchemeFactory
Deprecated.(4.3) useAuthSchemeProvider
Factory forAuthScheme
implementations.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AuthScheme
newInstance(HttpParams params)
Deprecated.Creates an instance ofAuthScheme
using given HTTP parameters.
-
-
-
Method Detail
-
newInstance
AuthScheme newInstance(HttpParams params)
Deprecated.Creates an instance ofAuthScheme
using given HTTP parameters.- Parameters:
params
- HTTP parameters.- Returns:
- auth scheme.
-
-