HomeSort by relevance Sort by last modified time
    Searched refs:AuthScope (Results 1 - 18 of 18) sorted by null

  /external/apache-http/src/org/apache/http/client/
CredentialsProvider.java 33 import org.apache.http.auth.AuthScope;
49 * @param authscope the {@link AuthScope authentication scope}
53 * @see #getCredentials(AuthScope)
55 void setCredentials(AuthScope authscope, Credentials credentials);
60 * @param authscope the {@link AuthScope authentication scope}
63 * @see #setCredentials(AuthScope, Credentials)
65 Credentials getCredentials(AuthScope authscope)
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.java 35 import org.apache.http.auth.AuthScope;
55 private final HashMap<AuthScope, Credentials> credMap;
62 this.credMap = new HashMap<AuthScope, Credentials>();
69 * @param authscope the {@link AuthScope authentication scope}
73 * @see #getCredentials(AuthScope)
76 final AuthScope authscope,
78 if (authscope == null) {
81 credMap.put(authscope, credentials)
    [all...]
DefaultRequestDirector.java 55 import org.apache.http.auth.AuthScope;
722 AuthScope authScope = this.proxyAuthState.getAuthScope();
725 if (authScope != null || !authScheme.isConnectionBased()) {
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthScope.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthScope.java $
47 public class AuthScope {
75 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);
106 public AuthScope(final String host, int port,
129 public AuthScope(final String host, int port, final String realm) {
144 public AuthScope(final String host, int port) {
151 public AuthScope(final AuthScope authscope) {
    [all...]
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...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/
HttpUtils.java 29 import org.apache.commons.httpclient.auth.AuthScope;
128 client.getState().setProxyCredentials(AuthScope.ANY, cred);
202 AuthScope scope = new AuthScope(null, -1, authenticationRealm);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java 28 import org.apache.http.auth.AuthScope;
433 AuthScope authScope = authenticationState.getAuthScope();
438 if (realm != null && !realm.equals(authScope.getRealm())) {
442 realm = authScope.getRealm();
451 "\n\nServer requiring authentication:\n" + authScope.getHost());
467 httpClient.getCredentialsProvider().setCredentials(authScope, credentials);
  /tools/motodev/src/plugins/translation/src/com/motorola/studio/android/localization/translators/
GoogleTranslator.java 41 import org.apache.commons.httpclient.auth.AuthScope;
722 client.getState().setProxyCredentials(AuthScope.ANY, cred);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 202 milliseconds