Searched defs:authscope (Results 1 - 12 of 12) sorted by relevance

/external/apache-http/src/org/apache/http/client/
H A DCredentialsProvider.java54 * @param authscope the {@link AuthScope authentication scope}
60 void setCredentials(AuthScope authscope, Credentials credentials); argument
65 * @param authscope the {@link AuthScope authentication scope}
70 Credentials getCredentials(AuthScope authscope); argument
/external/apache-http/src/org/apache/http/impl/client/
H A DBasicCredentialsProvider.java74 * @param authscope the {@link AuthScope authentication scope}
81 final AuthScope authscope,
83 if (authscope == null) {
86 credMap.put(authscope, credentials);
93 * @param authscope the {@link AuthScope authentication scope}
99 final AuthScope authscope) {
101 Credentials creds = map.get(authscope);
108 int factor = authscope.match(current);
124 * @param authscope the {@link AuthScope authentication scope}
129 public synchronized Credentials getCredentials(final AuthScope authscope) { argument
80 setCredentials( final AuthScope authscope, final Credentials credentials) argument
97 matchCredentials( final HashMap<AuthScope, Credentials> map, final AuthScope authscope) argument
[all...]
/external/apache-http/src/org/apache/http/auth/
H A DAuthScope.java156 public AuthScope(final AuthScope authscope) { argument
158 if (authscope == null) {
161 this.host = authscope.getHost();
162 this.port = authscope.getPort();
163 this.realm = authscope.getRealm();
164 this.scheme = authscope.getScheme();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 366 milliseconds