Searched refs:authScope (Results 1 - 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/auth/
H A DAuthState.java48 private AuthScope authScope; field in class:AuthState
66 this.authScope = null;
123 return this.authScope;
129 * @param authScope Authentication scope
131 public void setAuthScope(final AuthScope authScope) { argument
132 this.authScope = authScope;
140 buffer.append(this.authScope);
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java722 AuthScope authScope = this.proxyAuthState.getAuthScope();
725 if (authScope != null || !authScheme.isConnectionBased()) {
1090 AuthScope authScope = new AuthScope(
1097 this.log.debug("Authentication scope: " + authScope);
1101 creds = credsProvider.getCredentials(authScope);
1115 authState.setAuthScope(authScope);

Completed in 440 milliseconds