Uses of Interface
org.apache.http.client.AuthenticationStrategy
Packages that use AuthenticationStrategy
Package
Description
Default implementations of standard and common HTTP authentication
schemes.
Default HTTP client implementation.
HTTP request execution chain APIs.
-
Uses of AuthenticationStrategy in org.apache.http.impl.auth
Methods in org.apache.http.impl.auth with parameters of type AuthenticationStrategyModifier and TypeMethodDescriptionbooleanHttpAuthenticator.handleAuthChallenge(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context) booleanHttpAuthenticator.isAuthenticationRequested(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context) -
Uses of AuthenticationStrategy in org.apache.http.impl.client
Classes in org.apache.http.impl.client that implement AuthenticationStrategyModifier and TypeClassDescription(package private) classDeprecated.(4.2) do not use(package private) classclassDefaultAuthenticationStrategyimplementation for proxy host authentication.classDefaultAuthenticationStrategyimplementation for proxy host authentication.Fields in org.apache.http.impl.client declared as AuthenticationStrategyModifier and TypeFieldDescriptionprivate AuthenticationStrategyAbstractHttpClient.proxyAuthStrategyDeprecated.protected final AuthenticationStrategyDefaultRequestDirector.proxyAuthStrategyDeprecated.The proxy authentication handler.private AuthenticationStrategyHttpClientBuilder.proxyAuthStrategyprivate AuthenticationStrategyAbstractHttpClient.targetAuthStrategyDeprecated.protected final AuthenticationStrategyDefaultRequestDirector.targetAuthStrategyDeprecated.The target authentication handler.private AuthenticationStrategyHttpClientBuilder.targetAuthStrategyMethods in org.apache.http.impl.client that return AuthenticationStrategyModifier and TypeMethodDescriptionprotected AuthenticationStrategyAbstractHttpClient.createProxyAuthenticationStrategy()Deprecated.protected AuthenticationStrategyAbstractHttpClient.createTargetAuthenticationStrategy()Deprecated.final AuthenticationStrategyAbstractHttpClient.getProxyAuthenticationStrategy()Deprecated.final AuthenticationStrategyAbstractHttpClient.getTargetAuthenticationStrategy()Deprecated.Methods in org.apache.http.impl.client with parameters of type AuthenticationStrategyModifier and TypeMethodDescriptionbooleanHttpAuthenticator.authenticate(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context) Deprecated.protected RequestDirectorAbstractHttpClient.createClientRequestDirector(org.apache.http.protocol.HttpRequestExecutor requestExec, ClientConnectionManager conman, org.apache.http.ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, org.apache.http.protocol.HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams params) Deprecated.protected ClientExecChainHttpClientBuilder.createMainExec(org.apache.http.protocol.HttpRequestExecutor requestExec, HttpClientConnectionManager connManager, org.apache.http.ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, org.apache.http.protocol.HttpProcessor proxyHttpProcessor, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler) Produces an instance ofClientExecChainto be used as a main exec.voidAbstractHttpClient.setProxyAuthenticationStrategy(AuthenticationStrategy strategy) Deprecated.final HttpClientBuilderHttpClientBuilder.setProxyAuthenticationStrategy(AuthenticationStrategy proxyAuthStrategy) AssignsAuthenticationStrategyinstance for proxy authentication.voidAbstractHttpClient.setTargetAuthenticationStrategy(AuthenticationStrategy strategy) Deprecated.final HttpClientBuilderHttpClientBuilder.setTargetAuthenticationStrategy(AuthenticationStrategy targetAuthStrategy) AssignsAuthenticationStrategyinstance for target host authentication.Constructors in org.apache.http.impl.client with parameters of type AuthenticationStrategyModifierConstructorDescriptionDefaultRequestDirector(org.apache.commons.logging.Log log, org.apache.http.protocol.HttpRequestExecutor requestExec, ClientConnectionManager conman, org.apache.http.ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, org.apache.http.protocol.HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, org.apache.http.params.HttpParams params) Deprecated. -
Uses of AuthenticationStrategy in org.apache.http.impl.execchain
Fields in org.apache.http.impl.execchain declared as AuthenticationStrategyModifier and TypeFieldDescriptionprivate final AuthenticationStrategyMainClientExec.proxyAuthStrategyprivate final AuthenticationStrategyMainClientExec.targetAuthStrategyConstructors in org.apache.http.impl.execchain with parameters of type AuthenticationStrategyModifierConstructorDescriptionMainClientExec(org.apache.http.protocol.HttpRequestExecutor requestExecutor, HttpClientConnectionManager connManager, org.apache.http.ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler) MainClientExec(org.apache.http.protocol.HttpRequestExecutor requestExecutor, HttpClientConnectionManager connManager, org.apache.http.ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, org.apache.http.protocol.HttpProcessor proxyHttpProcessor, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler)