HomeSort by relevance Sort by last modified time
    Searched defs:authScheme (Results 1 - 25 of 62) 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/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...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler-proxy/4.1.6.Final/
netty-handler-proxy-4.1.6.Final.jar 
  /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...]
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DefaultRequestDirector.java 51 import org.apache.http.auth.AuthScheme;
    [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/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/misc/common/robolectric/3.1.1/lib/
shadows-httpclient-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-httpclient-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-httpclient-3.6.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
p2p.h 397 PEER_GROUP_AUTHENTICATION_SCHEME authScheme;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 

Completed in 172 milliseconds

1 2 3