Searched defs:Authentication (Results 1 - 3 of 3) sorted by relevance

/external/smack/src/org/jivesoftware/smack/packet/
H A DAuthentication.java26 * Authentication packet, which can be used to login to a XMPP server as well
29 public class Authentication extends IQ { class in inherits:IQ
44 public Authentication() { method in class:Authentication
/external/chromium_org/remoting/host/linux/
H A Dlinux_me2me_host.py170 class Authentication: class in inherits:
1096 auth = Authentication()
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py414 class Authentication(object): class in inherits:object
448 class BasicAuthentication(Authentication):
450 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
458 class DigestAuthentication(Authentication):
462 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
515 class HmacDigestAuthentication(Authentication):
520 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
577 class WsseAuthentication(Authentication):
586 Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
601 class GoogleLoginAuthentication(Authentication)
[all...]

Completed in 157 milliseconds