Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 25 of 62) sorted by relevance

123

/external/smack/src/org/jivesoftware/smack/sasl/
DSASLAnonymous.java42 public void authenticate(String username, String host, CallbackHandler cbh) throws IOException { in authenticate() method in SASLAnonymous
43 authenticate(); in authenticate()
46 public void authenticate(String username, String host, String password) throws IOException { in authenticate() method in SASLAnonymous
47 authenticate(); in authenticate()
50 protected void authenticate() throws IOException { in authenticate() method in SASLAnonymous
DSASLGSSAPIMechanism.java61 …public void authenticate(String username, String host, CallbackHandler cbh) throws IOException, XM… in authenticate() method in SASLGSSAPIMechanism
66 authenticate(); in authenticate()
80 …public void authenticate(String username, String host, String password) throws IOException, XMPPEx… in authenticate() method in SASLGSSAPIMechanism
85 authenticate(); in authenticate()
DSASLFacebookConnect.java50 protected void authenticate() throws IOException, XMPPException { in authenticate() method in SASLFacebookConnect
67 public void authenticate(String apiKeyAndSessionKey, String host, String sessionSecret) in authenticate() method in SASLFacebookConnect
89 authenticate(); in authenticate()
92 public void authenticate(String username, String host, CallbackHandler cbh) in authenticate() method in SASLFacebookConnect
97 authenticate(); in authenticate()
DSASLMechanism.java81 …public void authenticate(String username, String host, String password) throws IOException, XMPPEx… in authenticate() method in SASLMechanism
93 authenticate(); in authenticate()
106 …public void authenticate(String username, String host, CallbackHandler cbh) throws IOException, XM… in authenticate() method in SASLMechanism
110 authenticate(); in authenticate()
113 protected void authenticate() throws IOException, XMPPException { in authenticate() method in SASLMechanism
/external/smack/src/org/jivesoftware/smack/
DSASLAuthentication.java216 public String authenticate(String username, String resource, CallbackHandler cbh) in authenticate() method in SASLAuthentication
237 currentMechanism.authenticate(username, connection.getHost(), cbh); in authenticate()
298 public String authenticate(String username, String password, String resource) in authenticate() method in SASLAuthentication
319 currentMechanism.authenticate(username, connection.getServiceName(), password); in authenticate()
353 .authenticate(username, password, resource); in authenticate()
363 .authenticate(username, password, resource); in authenticate()
368 return new NonSASLAuthentication(connection).authenticate(username, password, resource); in authenticate()
386 currentMechanism.authenticate(null,null,""); in authenticateAnonymously()
DSASLAuthentication.java.orig40 * register with the server, authenticate using Non-SASL or authenticate using SASL. If the
41 * server supports SASL then Smack will first try to authenticate using SASL. But if that
51 * the connection. If no resource is passed in {@link #authenticate(String, String, String)}
118 * be possible to authenticate users using the removed SASL mechanism. It also removes the
131 * to authenticate using the most prefered SASL mechanism that is also supported by the server.
142 * to authenticate using the most prefered SASL mechanism that is also supported by the server.
156 * be possible to authenticate users using the removed SASL mechanism. Note that the mechanism
185 * Returns true if the server offered ANONYMOUS SASL as a way to authenticate users.
187 * @return true if the server offered ANONYMOUS SASL as a way to authenticate users.
216 public String authenticate(String username, String resource, CallbackHandler cbh)
[all …]
DUserAuthentication.java50 String authenticate(String username, String resource, CallbackHandler cbh) throws in authenticate() method
67 String authenticate(String username, String password, String resource) throws in authenticate() method
DNonSASLAuthentication.java47 …public String authenticate(String username, String resource, CallbackHandler cbh) throws XMPPExcep… in authenticate() method in NonSASLAuthentication
52 return authenticate(username, String.valueOf(pcb.getPassword()),resource); in authenticate()
58 public String authenticate(String username, String password, String resource) throws in authenticate() method in NonSASLAuthentication
DBOSHConnection.java320 response = saslAuthentication.authenticate(username, password, resource); in login()
322 … response = saslAuthentication.authenticate(username, resource, config.getCallbackHandler()); in login()
326 response = new NonSASLAuthentication(this).authenticate(username, password, resource); in login()
DXMPPConnection.java220 response = saslAuthentication.authenticate(username, password, resource); in login()
224 .authenticate(username, resource, config.getCallbackHandler()); in login()
229 response = new NonSASLAuthentication(this).authenticate(username, password, resource); in login()
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py110 self._bugzilla.authenticate()
351 self.authenticate()
362 self.authenticate()
376 self.authenticate()
399 def authenticate(self): member in Bugzilla
489 self.authenticate()
515 self.authenticate()
569 self.authenticate()
627 self.authenticate()
653 self.authenticate()
[all …]
Dbugzilla_unittest.py295 bugzilla.authenticate = lambda: None
313 bugzilla.authenticate = lambda: None
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java130 public Header authenticate( in authenticate() method in BasicScheme
142 return authenticate(credentials, charset, isProxy()); in authenticate()
154 public static Header authenticate( in authenticate() method in BasicScheme
DNTLMScheme.java106 public Header authenticate( in authenticate() method in NTLMScheme
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
Dimap.py32 def authenticate(self, url, consumer, token): member in IMAP4_SSL
39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
Dsmtp.py33 def authenticate(self, url, consumer, token): member in SMTP
/external/wpa_supplicant_8/hostapd/
Dhostapd.deny1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
Dhostapd.accept1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
/external/apache-http/src/org/apache/http/auth/
DAuthScheme.java137 Header authenticate(Credentials credentials, HttpRequest request) in authenticate() method
/external/openssh/openbsd-compat/
Dport-aix.h44 int authenticate(char *, char *, int *, char **);
/external/apache-http/src/org/apache/http/client/protocol/
DRequestTargetAuthentication.java96 request.addHeader(authScheme.authenticate(creds, request)); in process()
DRequestProxyAuthentication.java95 request.addHeader(authScheme.authenticate(creds, request)); in process()
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py247 authenticate = headers[headername].strip()
249 while authenticate:
252 (auth_scheme, the_rest) = ('digest', authenticate)
254 (auth_scheme, the_rest) = authenticate.split(" ", 1)
265 authenticate = the_rest.strip()
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dflakytestreporter.py58 self._tool.bugs.authenticate()
/external/chromium/net/tools/testserver/
Dchromiumsync.py754 response.authenticate.user.email = 'syncjuser@chromium'
755 response.authenticate.user.display_name = 'Sync J User'

123