Uses of Class
org.apache.http.auth.AuthState
Packages that use AuthState
Package
Description
Client specific HTTP protocol handlers.
Default implementations of standard and common HTTP authentication
schemes.
Default HTTP client implementation.
HTTP request execution chain APIs.
-
Uses of AuthState in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return AuthStateModifier and TypeMethodDescriptionHttpClientContext.getProxyAuthState()
HttpClientContext.getTargetAuthState()
Methods in org.apache.http.client.protocol with parameters of type AuthStateModifier and TypeMethodDescriptionprivate void
RequestAuthCache.doPreemptiveAuth
(org.apache.http.HttpHost host, AuthScheme authScheme, AuthState authState, CredentialsProvider credsProvider) private boolean
ResponseAuthCache.isCachable
(AuthState authState) Deprecated.(package private) void
RequestAuthenticationBase.process
(AuthState authState, org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) Deprecated. -
Uses of AuthState in org.apache.http.impl.auth
Methods in org.apache.http.impl.auth with parameters of type AuthStateModifier and TypeMethodDescriptionvoid
HttpAuthenticator.generateAuthResponse
(org.apache.http.HttpRequest request, AuthState authState, org.apache.http.protocol.HttpContext context) boolean
HttpAuthenticator.handleAuthChallenge
(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context) boolean
HttpAuthenticator.isAuthenticationRequested
(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context) -
Uses of AuthState in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as AuthStateModifier and TypeFieldDescriptionprotected final AuthState
DefaultRequestDirector.proxyAuthState
Deprecated.private final AuthState
ProxyClient.proxyAuthState
protected final AuthState
DefaultRequestDirector.targetAuthState
Deprecated.Methods in org.apache.http.impl.client with parameters of type AuthStateModifier and TypeMethodDescriptionboolean
HttpAuthenticator.authenticate
(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context) Deprecated.private static Principal
DefaultUserTokenHandler.getAuthPrincipal
(AuthState authState) -
Uses of AuthState in org.apache.http.impl.execchain
Methods in org.apache.http.impl.execchain with parameters of type AuthStateModifier and TypeMethodDescriptionprivate boolean
MainClientExec.createTunnelToTarget
(AuthState proxyAuthState, org.apache.http.HttpClientConnection managedConn, HttpRoute route, org.apache.http.HttpRequest request, HttpClientContext context) Creates a tunnel to the target server.(package private) void
MainClientExec.establishRoute
(AuthState proxyAuthState, org.apache.http.HttpClientConnection managedConn, HttpRoute route, org.apache.http.HttpRequest request, HttpClientContext context) Establishes the target route.private boolean
MainClientExec.needAuthentication
(AuthState targetAuthState, AuthState proxyAuthState, HttpRoute route, org.apache.http.HttpResponse response, HttpClientContext context)