Uses of Class
org.apache.http.auth.AuthState
-
Packages that use AuthState Package Description org.apache.http.client.protocol Client specific HTTP protocol handlers.org.apache.http.impl.auth Default implementations of standard and common HTTP authentication schemes.org.apache.http.impl.client Default HTTP client implementation.org.apache.http.impl.execchain HTTP request execution chain APIs. -
-
Uses of AuthState in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return AuthState Modifier and Type Method Description AuthStateHttpClientContext. getProxyAuthState()AuthStateHttpClientContext. getTargetAuthState()Methods in org.apache.http.client.protocol with parameters of type AuthState Modifier and Type Method Description private voidRequestAuthCache. doPreemptiveAuth(org.apache.http.HttpHost host, AuthScheme authScheme, AuthState authState, CredentialsProvider credsProvider)private booleanResponseAuthCache. isCachable(AuthState authState)Deprecated.(package private) voidRequestAuthenticationBase. 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 AuthState Modifier and Type Method Description voidHttpAuthenticator. generateAuthResponse(org.apache.http.HttpRequest request, AuthState authState, org.apache.http.protocol.HttpContext context)booleanHttpAuthenticator. 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 AuthState in org.apache.http.impl.client
Fields in org.apache.http.impl.client declared as AuthState Modifier and Type Field Description protected AuthStateDefaultRequestDirector. proxyAuthStateDeprecated.private AuthStateProxyClient. proxyAuthStateprotected AuthStateDefaultRequestDirector. targetAuthStateDeprecated.Methods in org.apache.http.impl.client with parameters of type AuthState Modifier and Type Method Description booleanHttpAuthenticator. authenticate(org.apache.http.HttpHost host, org.apache.http.HttpResponse response, AuthenticationStrategy authStrategy, AuthState authState, org.apache.http.protocol.HttpContext context)Deprecated.private static java.security.PrincipalDefaultUserTokenHandler. getAuthPrincipal(AuthState authState) -
Uses of AuthState in org.apache.http.impl.execchain
Methods in org.apache.http.impl.execchain with parameters of type AuthState Modifier and Type Method Description private booleanMainClientExec. 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) voidMainClientExec. establishRoute(AuthState proxyAuthState, org.apache.http.HttpClientConnection managedConn, HttpRoute route, org.apache.http.HttpRequest request, HttpClientContext context)Establishes the target route.private booleanMainClientExec. needAuthentication(AuthState targetAuthState, AuthState proxyAuthState, HttpRoute route, org.apache.http.HttpResponse response, HttpClientContext context)
-