Searched defs:authScope (Results 1 - 1 of 1) 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);

Completed in 284 milliseconds