HomeSort by relevance Sort by last modified time
    Searched defs:authScheme (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 42 import org.apache.http.auth.AuthScheme;
88 AuthScheme authScheme = authState.getAuthScheme();
89 if (authScheme == null) {
98 if (authState.getAuthScope() != null || !authScheme.isConnectionBased()) {
100 request.addHeader(authScheme.authenticate(creds, request));
RequestTargetAuthentication.java 42 import org.apache.http.auth.AuthScheme;
88 AuthScheme authScheme = authState.getAuthScheme();
89 if (authScheme == null) {
99 if (authState.getAuthScope() != null || !authScheme.isConnectionBased()) {
101 request.addHeader(authScheme.authenticate(creds, request));
  /external/apache-http/src/org/apache/http/auth/
AuthState.java 50 private AuthScheme authScheme;
70 this.authScheme = null;
76 return this.authScheme != null;
80 * Assigns the given {@link AuthScheme authentication scheme}.
82 * @param authScheme the {@link AuthScheme authentication scheme}
84 public void setAuthScheme(final AuthScheme authScheme) {
85 if (authScheme == null)
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
AbstractAuthenticationHandler.java 45 import org.apache.http.auth.AuthScheme;
114 public AuthScheme selectScheme(
122 throw new IllegalStateException("AuthScheme registry not set in HTTP context");
136 AuthScheme authScheme = null;
146 authScheme = registry.getAuthScheme(id, response.getParams());
161 if (authScheme == null) {
167 return authScheme;
DefaultRequestDirector.java 55 import org.apache.http.auth.AuthScheme;
735 AuthScheme authScheme = this.proxyAuthState.getAuthScheme();
739 if (authScope != null || !authScheme.isConnectionBased()) {
741 connect.addHeader(authScheme.authenticate(creds, connect));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /external/libvncserver/libvncclient/
tls_gnutls.c 216 uint32_t authScheme;
233 authScheme=0;
249 authScheme=t;
250 rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count);
256 if (authScheme==0)
269 *result = authScheme;
355 uint32_t authScheme;
389 if (!ReadVeNCryptSecurityType(client, &authScheme)) return FALSE;
392 rfbClientLog("Server refused VeNCrypt authentication %d (%d).\n", authScheme, (int)status);
395 client->subAuthScheme = authScheme;
    [all...]
tls_openssl.c 369 uint32_t authScheme;
386 authScheme=0;
402 authScheme=t;
403 rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count);
409 if (authScheme==0)
422 *result = authScheme;
442 uint32_t authScheme;
475 if (!ReadVeNCryptSecurityType(client, &authScheme)) return FALSE;
478 rfbClientLog("Server refused VeNCrypt authentication %d (%d).\n", authScheme, (int)status);
481 client->subAuthScheme = authScheme;
    [all...]
rfbproto.c 570 uint32_t authScheme;
582 authScheme=0;
604 authScheme=tAuth[loop];
612 authScheme=tAuth[loop];
616 rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count);
622 if (authScheme==0)
635 *result = authScheme;
1063 uint32_t authScheme;
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
AuthenticationInfo.java 87 AuthScheme getAuthScheme() {
88 return authScheme;
160 //return ("{"+type+":"+authScheme+":"+protocol+":"+host+":"+port+":"+realm+":"+path+"}");
170 AuthScheme authScheme;
192 public AuthenticationInfo(char type, AuthScheme authScheme, String host, int port, String realm) {
194 this.authScheme = authScheme;
215 public AuthenticationInfo(char type, AuthScheme authScheme, URL url, String realm)
    [all...]
  /external/libvncserver/rfb/
rfbclient.h 316 uint32_t authScheme, subAuthScheme;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-transport-http/1.0.2.v20150114/
aether-transport-http-1.0.2.v20150114.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
  /external/robolectric/v3/
shadows-httpclient-3.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 498 milliseconds

1 2 3