Searched refs:getSASLAuthentication (Results 1 – 7 of 7) sorted by relevance
93 connection.getSASLAuthentication() in responseReceived()107 connection.getSASLAuthentication().authenticated(); in responseReceived()114 connection.getSASLAuthentication().authenticationFailed(); in responseReceived()149 connection.getSASLAuthentication().setAvailableSASLMethods( in parseFeatures()154 connection.getSASLAuthentication().bindingRequired(); in parseFeatures()157 connection.getSASLAuthentication().sessionsSupported(); in parseFeatures()
243 connection.getSASLAuthentication().authenticationFailed(); in parsePackets()250 connection.getSASLAuthentication().challengeReceived(challengeData); in parsePackets()262 connection.getSASLAuthentication().authenticated(); in parsePackets()342 connection.getSASLAuthentication() in parseFeatures()347 connection.getSASLAuthentication().bindingRequired(); in parseFeatures()367 connection.getSASLAuthentication().sessionsSupported(); in parseFeatures()
474 public SASLAuthentication getSASLAuthentication() { in getSASLAuthentication() method in Connection
474 public SASLAuthentication getSASLAuthentication() {
52 getSASLAuthentication().send(new AuthMechanism(getName(), null)); in authenticate()58 getSASLAuthentication().send(new Response()); in challengeReceived()
125 getSASLAuthentication().send(new AuthMechanism(getName(), authenticationText)); in authenticate()153 getSASLAuthentication().send(responseStanza); in challengeReceived()164 protected SASLAuthentication getSASLAuthentication() { in getSASLAuthentication() method in SASLMechanism
57 getSASLAuthentication().send(new Packet(){ in authenticate()155 getSASLAuthentication().send(new Packet(){ in challengeReceived()