Home
last modified time | relevance | path

Searched refs:AuthScope (Results 1 – 8 of 8) sorted by relevance

/external/apache-http/src/org/apache/http/impl/client/
DBasicCredentialsProvider.java35 import org.apache.http.auth.AuthScope;
60 private final HashMap<AuthScope, Credentials> credMap;
67 this.credMap = new HashMap<AuthScope, Credentials>(); in BasicCredentialsProvider()
81 final AuthScope authscope, in setCredentials()
98 final HashMap<AuthScope, Credentials> map, in matchCredentials() argument
99 final AuthScope authscope) { in matchCredentials()
106 AuthScope bestMatch = null; in matchCredentials()
107 for (AuthScope current: map.keySet()) { in matchCredentials()
129 public synchronized Credentials getCredentials(final AuthScope authscope) { in getCredentials()
DDefaultRequestDirector.java56 import org.apache.http.auth.AuthScope;
736 AuthScope authScope = this.proxyAuthState.getAuthScope(); in createTunnelToTarget()
1104 AuthScope authScope = new AuthScope( in updateAuthState()
/external/apache-http/src/org/apache/http/auth/
DAuthScope.java52 public class AuthScope { class
80 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);
111 public AuthScope(final String host, int port, in AuthScope() method in AuthScope
134 public AuthScope(final String host, int port, final String realm) { in AuthScope() method in AuthScope
149 public AuthScope(final String host, int port) { in AuthScope() method in AuthScope
156 public AuthScope(final AuthScope authscope) { in AuthScope() method in AuthScope
202 public int match(final AuthScope that) { in match()
246 if (!(o instanceof AuthScope)) { in equals()
249 AuthScope that = (AuthScope) o; in equals()
DAuthState.java53 private AuthScope authScope;
127 public AuthScope getAuthScope() { in getAuthScope()
136 public void setAuthScope(final AuthScope authScope) { in setAuthScope()
/external/apache-http/src/org/apache/http/client/
DCredentialsProvider.java33 import org.apache.http.auth.AuthScope;
60 void setCredentials(AuthScope authscope, Credentials credentials); in setCredentials()
70 Credentials getCredentials(AuthScope authscope); in getCredentials()
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DDefaultRequestDirector.java52 import org.apache.http.auth.AuthScope;
1152 AuthScope authScope = new AuthScope( in updateAuthState()
/external/apache-http/api/
Dcurrent.txt1187 @Deprecated public class AuthScope {
1188 ctor @Deprecated public AuthScope(String, int, String, String);
1189 ctor @Deprecated public AuthScope(String, int, String);
1190 ctor @Deprecated public AuthScope(String, int);
1191 ctor @Deprecated public AuthScope(org.apache.http.auth.AuthScope);
1196 method @Deprecated public int match(org.apache.http.auth.AuthScope);
1197 field @Deprecated public static final org.apache.http.auth.AuthScope ANY;
1207 method @Deprecated public org.apache.http.auth.AuthScope getAuthScope();
1212 method @Deprecated public void setAuthScope(org.apache.http.auth.AuthScope);
1319 …@Deprecated public org.apache.http.auth.Credentials getCredentials(org.apache.http.auth.AuthScope);
[all …]
/external/apache-http/
Dart-profile72 HPLorg/apache/http/auth/AuthState;->setAuthScope(Lorg/apache/http/auth/AuthScope;)V
75 HPLorg/apache/http/client/CredentialsProvider;->getCredentials(Lorg/apache/http/auth/AuthScope;)Lor…
76 HPLorg/apache/http/client/CredentialsProvider;->setCredentials(Lorg/apache/http/auth/AuthScope;Lorg…