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

1 2

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py 32 def authenticate(self, url, consumer, token): member in class:IMAP4_SSL
39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
smtp.py 33 def authenticate(self, url, consumer, token): member in class:SMTP
  /external/apache-http/src/org/apache/http/auth/
AuthScheme.java 137 Header authenticate(Credentials credentials, HttpRequest request) method in interface:AuthScheme
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 95 request.addHeader(authScheme.authenticate(creds, request));
RequestTargetAuthentication.java 96 request.addHeader(authScheme.authenticate(creds, request));
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 222 * Authenticate the client application.
225 * to authenticate with a token, before using other methods.
230 public void authenticate(byte[] token) { method in class:NfcAdapterExtras
232 sService.authenticate(mPackageName, token);
  /external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java 130 public Header authenticate( method in class:BasicScheme
142 return authenticate(credentials, charset, isProxy());
154 public static Header authenticate( method in class:BasicScheme
NTLMScheme.java 106 public Header authenticate( method in class:NTLMScheme
DigestScheme.java 219 public Header authenticate( method in class:DigestScheme
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 58 Process a request to authenticate a client. We assume that the username
66 def authenticate(self): member in class:BaseWebServiceHandler
109 class Authenticate(BaseWebServiceHandler):
119 self.authenticate()
392 [('/auth', Authenticate),
  /frameworks/base/core/tests/coretests/src/android/net/http/
DefaultHttpClientTest.java 130 digestScheme.processChallenge(new BasicHeader("WWW-Authenticate", challenge));
132 digestScheme.authenticate(new UsernamePasswordCredentials("username", "password"), get);
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 315 * Authenticate a sector with key A.
331 * @param sectorIndex index of sector to authenticate, starting from 0
338 return authenticate(sectorIndex, key, true);
342 * Authenticate a sector with key B.
358 * @param sectorIndex index of sector to authenticate, starting from 0
365 return authenticate(sectorIndex, key, false);
368 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { method in class:MifareClassic
382 // Authenticate command takes a block address. Authenticating a block
383 // of a sector will authenticate the entire sector.
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 104 public static String authenticate(String username, String password) { method in class:NetworkUtilities
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 110 self._bugzilla.authenticate()
351 self.authenticate()
361 # We need to authenticate to download patches from security bugs.
362 self.authenticate()
376 self.authenticate()
399 def authenticate(self): member in class:Bugzilla
489 self.authenticate()
515 self.authenticate()
569 self.authenticate()
627 self.authenticate()
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyTransmitter.h 265 void authenticate(const sp<ARTSPResponse> &response) { function in struct:android::MyTransmitter
266 ssize_t i = response->mHeaders.indexOfKey("www-authenticate");
383 LOG(INFO) << "FAILED to authenticate";
388 authenticate(response);
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 727 connect.addHeader(authScheme.authenticate(creds, connect));
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 1292 public void authenticate(String pkg, byte[] token) throws RemoteException { method in class:NfcService.NfcAdapterExtrasService
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 279 * Data for struct wpa_driver_ops::authenticate().
1291 int (*authenticate)(void *priv, member in struct:wpa_driver_ops
    [all...]
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 244 milliseconds

1 2