/external/smack/src/org/jivesoftware/smack/sasl/ |
D | SASLAnonymous.java | 42 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
|
D | SASLGSSAPIMechanism.java | 61 …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()
|
D | SASLFacebookConnect.java | 50 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()
|
D | SASLMechanism.java | 81 …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/ |
D | SASLAuthentication.java | 216 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()
|
D | SASLAuthentication.java.orig | 40 * 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 …]
|
D | UserAuthentication.java | 50 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
|
D | NonSASLAuthentication.java | 47 …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
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/ |
D | imap.py | 32 def authenticate(self, url, consumer, token): member in IMAP4_SSL 39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
|
D | smtp.py | 33 def authenticate(self, url, consumer, token): member in SMTP
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/ |
D | imap.py | 32 def authenticate(self, url, consumer, token): member in IMAP4_SSL 39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
|
D | smtp.py | 33 def authenticate(self, url, consumer, token): member in SMTP
|
/external/apache-http/src/org/apache/http/impl/auth/ |
D | BasicScheme.java | 130 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
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri.c | 306 xcb_dri2_authenticate_reply_t *authenticate = NULL; in vl_screen_create() local 355 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL); in vl_screen_create() 357 if (authenticate == NULL || !authenticate->authenticated) in vl_screen_create() 370 free(authenticate); in vl_screen_create() 379 free(authenticate); in vl_screen_create()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri.c | 306 xcb_dri2_authenticate_reply_t *authenticate = NULL; in vl_screen_create() local 355 authenticate = xcb_dri2_authenticate_reply(scrn->conn, authenticate_cookie, NULL); in vl_screen_create() 357 if (authenticate == NULL || !authenticate->authenticated) in vl_screen_create() 370 free(authenticate); in vl_screen_create() 379 free(authenticate); in vl_screen_create()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader_drm.c | 149 xcb_dri2_authenticate_reply_t *authenticate; in pipe_loader_drm_x_auth() local 178 authenticate = xcb_dri2_authenticate_reply(xcb_conn, in pipe_loader_drm_x_auth() 181 FREE(authenticate); in pipe_loader_drm_x_auth()
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader_drm.c | 149 xcb_dri2_authenticate_reply_t *authenticate; in pipe_loader_drm_x_auth() local 178 authenticate = xcb_dri2_authenticate_reply(xcb_conn, in pipe_loader_drm_x_auth() 181 FREE(authenticate); in pipe_loader_drm_x_auth()
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.deny | 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
|
D | hostapd.accept | 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
|
/external/apache-http/src/org/apache/http/auth/ |
D | AuthScheme.java | 137 Header authenticate(Credentials credentials, HttpRequest request) in authenticate() method
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | HttpAuthenticator.java | 39 @Override public Credential authenticate( 111 : authenticator.authenticate(proxy, url, challenges); in processAuthHeader()
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/ |
D | RecordingOkAuthenticator.java | 33 @Override public Credential authenticate(Proxy proxy, URL url, List<Challenge> challenges) in authenticate() method in RecordingOkAuthenticator
|
/external/openssh/openbsd-compat/ |
D | port-aix.h | 44 int authenticate(char *, char *, int *, char **);
|
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/ |
D | wayland-drm.h | 83 int (*authenticate)(void *user_data, uint32_t id); member
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.h | 83 int (*authenticate)(void *user_data, uint32_t id); member
|