Lines Matching defs:authenticate

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)
237 currentMechanism.authenticate(username, connection.getHost(), cbh);
298 public String authenticate(String username, String password, String resource)
319 currentMechanism.authenticate(username, connection.getServiceName(), password);
353 .authenticate(username, password, resource);
363 .authenticate(username, password, resource);
368 return new NonSASLAuthentication(connection).authenticate(username, password, resource);
386 currentMechanism.authenticate(null,null,"");
492 * Returns true if the user was able to authenticate with the server usins SASL.
494 * @return true if the user was able to authenticate with the server usins SASL.
520 // Wake up the thread that is waiting in the #authenticate method
545 // Wake up the thread that is waiting in the #authenticate method
557 // Wake up the thread that is waiting in the #authenticate method