Home
last modified time | relevance | path

Searched defs:authenticate (Results 1 – 25 of 33) sorted by relevance

12

/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
46 public void authenticate(String username, String host, String password) throws IOException { in authenticate() method in SASLAnonymous
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
80 …public void authenticate(String username, String host, String password) throws IOException, XMPPEx… in authenticate() method in SASLGSSAPIMechanism
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
92 public void authenticate(String username, String host, CallbackHandler cbh) in authenticate() method in SASLFacebookConnect
DSASLMechanism.java81 …public void authenticate(String username, String host, String password) throws IOException, XMPPEx… in authenticate() method in SASLMechanism
106 …public void authenticate(String username, String host, CallbackHandler cbh) throws IOException, XM… in authenticate() method in SASLMechanism
113 protected void authenticate() throws IOException, XMPPException { in authenticate() method in SASLMechanism
/external/smack/src/org/jivesoftware/smack/
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
58 public String authenticate(String username, String password, String resource) throws in authenticate() method in NonSASLAuthentication
DSASLAuthentication.java216 public String authenticate(String username, String resource, CallbackHandler cbh) in authenticate() method in SASLAuthentication
298 public String authenticate(String username, String password, String resource) in authenticate() method in SASLAuthentication
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java130 public Header authenticate( in authenticate() method in BasicScheme
154 public static Header authenticate( in authenticate() method in BasicScheme
DNTLMScheme.java106 public Header authenticate( in authenticate() method in NTLMScheme
DDigestScheme.java219 public Header authenticate( in authenticate() method in DigestScheme
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
Dimap.py32 def authenticate(self, url, consumer, token): member in IMAP4_SSL
Dsmtp.py33 def authenticate(self, url, consumer, token): member in SMTP
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
Dimap.py32 def authenticate(self, url, consumer, token): member in IMAP4_SSL
Dsmtp.py33 def authenticate(self, url, consumer, token): member in SMTP
/external/apache-http/src/org/apache/http/auth/
DAuthScheme.java137 Header authenticate(Credentials credentials, HttpRequest request) in authenticate() method
/external/okhttp/src/test/java/com/squareup/okhttp/internal/
DRecordingOkAuthenticator.java33 @Override public Credential authenticate(Proxy proxy, URL url, List<Challenge> challenges) in authenticate() method in RecordingOkAuthenticator
/external/okhttp/src/main/java/com/squareup/okhttp/
DOkAuthenticator.java39 Credential authenticate(Proxy proxy, URL url, List<Challenge> challenges) throws IOException; in authenticate() method
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_drm.c149 xcb_dri2_authenticate_reply_t *authenticate; in pipe_loader_drm_x_auth() local
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader_drm.c149 xcb_dri2_authenticate_reply_t *authenticate; in pipe_loader_drm_x_auth() local
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
DHttpOverSpdyTest.java153 @Test public void authenticate() throws Exception { in authenticate() method in HttpOverSpdyTest
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto405 optional AuthenticateMessage authenticate = 6; field
561 optional AuthenticateResponse authenticate = 3; field
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
Dwayland-drm.h83 int (*authenticate)(void *user_data, uint32_t id); member
/external/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.h83 int (*authenticate)(void *user_data, uint32_t id); member
/external/chromium_org/sync/protocol/
Dsync.proto647 optional AuthenticateMessage authenticate = 6; field
849 optional AuthenticateResponse authenticate = 3; field
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_winsys_dri.c306 xcb_dri2_authenticate_reply_t *authenticate = NULL; in vl_screen_create() local

12