HomeSort by relevance Sort by last modified time
    Searched refs:authenticate (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/smack/src/org/jivesoftware/smack/sasl/
SASLAnonymous.java 42 public void authenticate(String username, String host, CallbackHandler cbh) throws IOException { method in class:SASLAnonymous
43 authenticate(); method
46 public void authenticate(String username, String host, String password) throws IOException { method in class:SASLAnonymous
47 authenticate(); method
50 protected void authenticate() throws IOException { method in class:SASLAnonymous
SASLGSSAPIMechanism.java 61 public void authenticate(String username, String host, CallbackHandler cbh) throws IOException, XMPPException { method in class:SASLGSSAPIMechanism
66 authenticate(); method
80 public void authenticate(String username, String host, String password) throws IOException, XMPPException { method in class:SASLGSSAPIMechanism
85 authenticate(); method
SASLFacebookConnect.java 41 // protected void authenticate() throws IOException, XMPPException {
47 // super.authenticate();
50 protected void authenticate() throws IOException, XMPPException { method in class:SASLFacebookConnect
67 public void authenticate(String apiKeyAndSessionKey, String host, String sessionSecret) method in class:SASLFacebookConnect
89 authenticate(); method
92 public void authenticate(String username, String host, CallbackHandler cbh) method in class:SASLFacebookConnect
97 authenticate(); method
SASLMechanism.java 48 * <li>{@link #authenticate(String, String, String)} -- Initiate authentication stanza using the
50 * <li>{@link #authenticate(String, String, CallbackHandler)} -- Initiate authentication stanza
73 * {@link #authenticate(String, String, CallbackHandler)} whenever possible.
81 public void authenticate(String username, String host, String password) throws IOException, XMPPException { method in class:SASLMechanism
93 authenticate(); method
106 public void authenticate(String username, String host, CallbackHandler cbh) throws IOException, XMPPException { method in class:SASLMechanism
110 authenticate(); method
113 protected void authenticate() throws IOException, XMPPException { method in class:SASLMechanism
  /external/smack/src/org/jivesoftware/smack/
UserAuthentication.java 26 * There are two ways to authenticate a user with a server. Using SASL or Non-SASL
50 String authenticate(String username, String resource, CallbackHandler cbh) throws method in interface:UserAuthentication
58 * It is recommended that @{link #authenticate(String, String, CallbackHandler)} be used instead
67 String authenticate(String username, String password, String resource) throws method in interface:UserAuthentication
SASLAuthentication.java 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) method in class:SASLAuthentication
298 public String authenticate(String username, String password, String resource) method in class:SASLAuthentication
    [all...]
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.
    [all...]
NonSASLAuthentication.java 47 public String authenticate(String username, String resource, CallbackHandler cbh) throws XMPPException { method in class:NonSASLAuthentication
52 return authenticate(username, String.valueOf(pcb.getPassword()),resource);
58 public String authenticate(String username, String password, String resource) throws method in class:NonSASLAuthentication
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py 32 def authenticate(self, url, consumer, token): member in class:IMAP4_SSL
39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
smtp.py 33 def authenticate(self, url, consumer, token): member in class:SMTP
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py 32 def authenticate(self, url, consumer, token): member in class:IMAP4_SSL
39 imaplib.IMAP4_SSL.authenticate(self, 'XOAUTH',
smtp.py 33 def authenticate(self, url, consumer, token): member in class:SMTP
  /external/chromium_org/remoting/tools/
gettoken.py 30 chromoting_auth_token = chromoting_authenticator.authenticate(email, passwd)
33 chromoting_dir_auth_token = chromoting_dir_authenticator.authenticate(
gaia_auth.py 17 def authenticate(self, email, passwd): member in class:GaiaAuthenticator
register_host.py 43 auth_token = chromoting_auth.authenticate(email, password)
93 auth_token = authenticator.authenticate(email, password)
  /external/apache-http/src/org/apache/http/auth/
AuthScheme.java 137 Header authenticate(Credentials credentials, HttpRequest request) method in interface:AuthScheme
  /external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java 130 public Header authenticate( method in class:BasicScheme
142 return authenticate(credentials, charset, isProxy());
154 public static Header authenticate( method in class:BasicScheme
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl 31 void authenticate(in String pkg, in byte[] token);
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/
filelist.mk 10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
RecordingOkAuthenticator.java 33 @Override public Credential authenticate(Proxy proxy, URL url, List<Challenge> challenges) method in class:RecordingOkAuthenticator
35 calls.add("authenticate"
  /hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/
filelist.mk 13 HEADERS += $(MPL_DIR)/authenticate.h
33 SOURCES += $(MPL_DIR)/authenticate.c
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 222 * Authenticate the client application.
225 * to authenticate with a token, before using other methods.
230 public void authenticate(byte[] token) { method in class:NfcAdapterExtras
232 sService.authenticate(mPackageName, token);
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 95 request.addHeader(authScheme.authenticate(creds, request));
RequestTargetAuthentication.java 96 request.addHeader(authScheme.authenticate(creds, request));
  /external/openssh/openbsd-compat/
port-aix.h 44 int authenticate(char *, char *, int *, char **);

Completed in 542 milliseconds

1 2 3 4 5