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