HomeSort by relevance Sort by last modified time
    Searched defs:authenticated (Results 26 - 28 of 28) sorted by null

12

  /external/smack/src/org/jivesoftware/smack/
BOSHConnection.java 84 private boolean authenticated = false; field in class:BOSHConnection
110 * The full JID of the authenticated user.
287 return authenticated;
309 if (authenticated) {
355 // Indicate that we're now authenticated.
356 authenticated = true;
377 if (authenticated) {
404 // Indicate that we're now authenticated.
405 authenticated = true;
488 setWasAuthenticated(authenticated);
    [all...]
XMPPConnection.java 81 * Flag that indicates if the user is currently authenticated with the server.
83 private boolean authenticated = false; field in class:XMPPConnection
85 * Flag that indicates if the user was authenticated with the server when the connection
209 if (authenticated) {
250 // Indicate that we're now authenticated.
251 authenticated = true;
289 if (authenticated) {
316 // Indicate that we're now authenticated.
317 authenticated = true;
332 // if connection is authenticated the roster is already set by login()
    [all...]
  /external/openssh/
monitor.c 355 int authenticated = 0; local
381 while (!authenticated) {
383 authenticated = (monitor_read(pmonitor, mon_dispatch, &ent) == 1);
384 if (authenticated) {
390 authenticated = 0;
393 if (options.use_pam && authenticated) {
399 authenticated = mm_answer_pam_account(pmonitor->m_sendfd, &m);
406 auth_log(authctxt, authenticated, auth_method,
408 if (!authenticated)
427 fatal("%s: authenticated invalid user", __func__)
846 int authenticated; local
2097 int authenticated; local
2283 int authenticated = 0; local
    [all...]

Completed in 620 milliseconds

12