OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authScope
(Results
1 - 11
of
11
) sorted by null
/external/apache-http/src/org/apache/http/auth/
AuthState.java
48
private
AuthScope
authScope
;
66
this.
authScope
= null;
118
* Returns actual {@link
AuthScope
} if available
122
public
AuthScope
getAuthScope() {
123
return this.
authScope
;
127
* Sets actual {@link
AuthScope
}.
129
* @param
authScope
Authentication scope
131
public void setAuthScope(final
AuthScope
authScope
) {
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java
24
import org.apache.http.auth.
AuthScope
;
158
AuthScope
authScope
= authenticationState.getAuthScope();
163
if (realm != null && !realm.equals(
authScope
.getRealm())) {
167
realm =
authScope
.getRealm();
176
"\n\nServer requiring authentication:\n" +
authScope
.getHost());
189
httpClient.getCredentialsProvider().setCredentials(
authScope
, credentials);
/external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java
55
import org.apache.http.auth.
AuthScope
;
722
AuthScope
authScope
= this.proxyAuthState.getAuthScope();
725
if (
authScope
!= null || !authScheme.isConnectionBased()) {
[
all
...]
/prebuilt/common/http-client/
httpclient-4.1.1.jar
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 181 milliseconds