Home | History | Annotate | Download | only in client

Lines Matching defs:proxyAuthState

165     private final AuthState proxyAuthState;
247 this.proxyAuthState = new AuthState();
411 proxyAuthState);
735 AuthScheme authScheme = this.proxyAuthState.getAuthScheme();
736 AuthScope authScope = this.proxyAuthState.getAuthScope();
737 Credentials creds = this.proxyAuthState.getCredentials();
769 challenges, this.proxyAuthState, this.proxyAuthHandler,
777 updateAuthState(this.proxyAuthState, proxy, credsProvider);
779 if (this.proxyAuthState.getCredentials() != null) {
798 this.proxyAuthState.setAuthScope(null);
1008 this.proxyAuthState, this.proxyAuthHandler,
1016 updateAuthState(this.proxyAuthState, proxy, credsProvider);
1018 if (this.proxyAuthState.getCredentials() != null) {
1026 this.proxyAuthState.setAuthScope(null);