HomeSort by relevance Sort by last modified time
    Searched refs:getSASLAuthentication (Results 1 - 7 of 7) sorted by null

  /external/smack/src/org/jivesoftware/smack/sasl/
SASLAnonymous.java 52 getSASLAuthentication().send(new AuthMechanism(getName(), null));
58 getSASLAuthentication().send(new Response());
SASLMechanism.java 125 getSASLAuthentication().send(new AuthMechanism(getName(), authenticationText));
153 getSASLAuthentication().send(responseStanza);
164 protected SASLAuthentication getSASLAuthentication() {
SASLFacebookConnect.java 57 getSASLAuthentication().send(new Packet(){
155 getSASLAuthentication().send(new Packet(){
  /external/smack/src/org/jivesoftware/smack/
BOSHPacketReader.java 93 connection.getSASLAuthentication()
107 connection.getSASLAuthentication().authenticated();
114 connection.getSASLAuthentication().authenticationFailed();
149 connection.getSASLAuthentication().setAvailableSASLMethods(
154 connection.getSASLAuthentication().bindingRequired();
157 connection.getSASLAuthentication().sessionsSupported();
PacketReader.java 243 connection.getSASLAuthentication().authenticationFailed();
250 connection.getSASLAuthentication().challengeReceived(challengeData);
262 connection.getSASLAuthentication().authenticated();
342 connection.getSASLAuthentication()
347 connection.getSASLAuthentication().bindingRequired();
367 connection.getSASLAuthentication().sessionsSupported();
Connection.java.orig 474 public SASLAuthentication getSASLAuthentication() {
    [all...]
Connection.java 474 public SASLAuthentication getSASLAuthentication() {
    [all...]

Completed in 4877 milliseconds