Home
last modified time | relevance | path

Searched refs:proxyAuthState (Results 1 – 16 of 16) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/execchain/
H A DMainClientExec.java146 AuthState proxyAuthState = context.getProxyAuthState(); in execute() local
147 if (proxyAuthState == null) { in execute()
148 proxyAuthState = new AuthState(); in execute()
284 && proxyAuthState.getAuthScheme() != null in execute()
287 proxyAuthState.reset(); in execute()
347 final AuthState proxyAuthState, in establishRoute() argument
381 proxyAuthState, managedConn, route, request, context); in establishRoute()
425 final AuthState proxyAuthState, in createTunnelToTarget() argument
465 this.proxyAuthStrategy, proxyAuthState, context)) { in createTunnelToTarget()
529 final AuthState proxyAuthState, in needAuthentication() argument
[all …]
H A DRedirectExec.java145 final AuthState proxyAuthState = context.getProxyAuthState(); in execute() local
146 if (proxyAuthState != null) { in execute()
147 final AuthScheme authScheme = proxyAuthState.getAuthScheme(); in execute()
150 proxyAuthState.reset(); in execute()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/execchain/
H A DMainClientExec.java146 AuthState proxyAuthState = context.getProxyAuthState(); in execute() local
147 if (proxyAuthState == null) { in execute()
148 proxyAuthState = new AuthState(); in execute()
284 && proxyAuthState.getAuthScheme() != null in execute()
287 proxyAuthState.reset(); in execute()
347 final AuthState proxyAuthState, in establishRoute() argument
381 proxyAuthState, managedConn, route, request, context); in establishRoute()
425 final AuthState proxyAuthState, in createTunnelToTarget() argument
465 this.proxyAuthStrategy, proxyAuthState, context)) { in createTunnelToTarget()
529 final AuthState proxyAuthState, in needAuthentication() argument
[all …]
H A DRedirectExec.java145 final AuthState proxyAuthState = context.getProxyAuthState(); in execute() local
146 if (proxyAuthState != null) { in execute()
147 final AuthScheme authScheme = proxyAuthState.getAuthScheme(); in execute()
150 proxyAuthState.reset(); in execute()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/
H A DProxyClient.java94 private final AuthState proxyAuthState; field in ProxyClient
114 this.proxyAuthState = new AuthState(); in ProxyClient()
193 context.setAttribute(HttpClientContext.PROXY_AUTH_STATE, this.proxyAuthState); in tunnel()
206 this.authenticator.generateAuthResponse(connect, this.proxyAuthState, context); in tunnel()
216 this.proxyAuthStrategy, this.proxyAuthState, context)) { in tunnel()
218 this.proxyAuthStrategy, this.proxyAuthState, context)) { in tunnel()
H A DDefaultRequestDirector.java193 protected final AuthState proxyAuthState; field in DefaultRequestDirector
320 this.proxyAuthState = new AuthState(); in DefaultRequestDirector()
374 context.setAttribute(ClientContext.PROXY_AUTH_STATE, proxyAuthState); in execute()
529 && proxyAuthState.getAuthScheme() != null in execute()
532 proxyAuthState.reset(); in execute()
890 this.proxyAuthStrategy, this.proxyAuthState, context)) { in createTunnelToTarget()
892 this.proxyAuthStrategy, this.proxyAuthState, context)) { in createTunnelToTarget()
1054 proxy, response, this.proxyAuthStrategy, proxyAuthState, context); in handleResponse()
1065 this.proxyAuthStrategy, this.proxyAuthState, context)) { in handleResponse()
1098 final AuthScheme authScheme = proxyAuthState.getAuthScheme(); in handleResponse()
[all …]
H A DDefaultUserTokenHandler.java72 final AuthState proxyAuthState = clientContext.getProxyAuthState(); in getUserToken() local
73 userPrincipal = getAuthPrincipal(proxyAuthState); in getUserToken()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/
H A DProxyClient.java94 private final AuthState proxyAuthState; field in ProxyClient
114 this.proxyAuthState = new AuthState(); in ProxyClient()
193 context.setAttribute(HttpClientContext.PROXY_AUTH_STATE, this.proxyAuthState); in tunnel()
206 this.authenticator.generateAuthResponse(connect, this.proxyAuthState, context); in tunnel()
216 this.proxyAuthStrategy, this.proxyAuthState, context)) { in tunnel()
218 this.proxyAuthStrategy, this.proxyAuthState, context)) { in tunnel()
H A DDefaultRequestDirector.java193 protected final AuthState proxyAuthState; field in DefaultRequestDirector
320 this.proxyAuthState = new AuthState(); in DefaultRequestDirector()
374 context.setAttribute(ClientContext.PROXY_AUTH_STATE, proxyAuthState); in execute()
529 && proxyAuthState.getAuthScheme() != null in execute()
532 proxyAuthState.reset(); in execute()
890 this.proxyAuthStrategy, this.proxyAuthState, context)) { in createTunnelToTarget()
892 this.proxyAuthStrategy, this.proxyAuthState, context)) { in createTunnelToTarget()
1054 proxy, response, this.proxyAuthStrategy, proxyAuthState, context); in handleResponse()
1065 this.proxyAuthStrategy, this.proxyAuthState, context)) { in handleResponse()
1098 final AuthScheme authScheme = proxyAuthState.getAuthScheme(); in handleResponse()
[all …]
H A DDefaultUserTokenHandler.java72 final AuthState proxyAuthState = clientContext.getProxyAuthState(); in getUserToken() local
73 userPrincipal = getAuthPrincipal(proxyAuthState); in getUserToken()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DCompoundXactInfo.h32 OpState proxyAuthState; // proxy authentication progress variable
36 bool completed() const { return connectState != opIng && proxyAuthState != opIng; } in completed()
H A DCompoundXactInfo.cc67 proxyAuthState = opNone; in reset()
H A DStatPhase.cc428 if (compound->proxyAuthState != CompoundXactInfo::opNone) { in noteCompoundXactEvent()
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/
H A DHttpMethodBase.java150 private AuthState proxyAuthState = new AuthState(); field in HttpMethodBase
1163 proxyAuthState.invalidate(); in recycle()
2302 return this.proxyAuthState.getRealm(); in getProxyAuthenticationRealm()
2527 return this.proxyAuthState; in getProxyAuthState()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/client/
H A DHttpCltXact.cc1109 if (!theCompound || theCompound->proxyAuthState == CompoundXactInfo::opNone) in doAuth()
1159 if (theCompound && theCompound->proxyAuthState != CompoundXactInfo::opNone) in startAuth()
1163 theCompound->proxyAuthState = CompoundXactInfo::opIng; in startAuth()
1178 if (theCompound && theCompound->proxyAuthState == CompoundXactInfo::opIng) in checkAuthEnd()
1179 theCompound->proxyAuthState = CompoundXactInfo::opDone; in checkAuthEnd()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/apache/commons/httpclient/
H A DHttpMethodBase.java175 private AuthState proxyAuthState = new AuthState(); field in HttpMethodBase
1231 proxyAuthState.invalidate(); in recycle()
2467 return this.proxyAuthState.getRealm(); in getProxyAuthenticationRealm()
2703 return this.proxyAuthState; in getProxyAuthState()