Uses of Class
org.jivesoftware.openfire.sasl.task.Sasl2Negotiation
Packages that use Sasl2Negotiation
-
Uses of Sasl2Negotiation in org.jivesoftware.openfire.sasl.task
Methods in org.jivesoftware.openfire.sasl.task that return Sasl2NegotiationModifier and TypeMethodDescriptionSasl2TaskManager.endNegotiation(LocalSession session, boolean successful) Ends the negotiation, if one is in progress: aborts any task that is still running, notifies every provider that participated, and removes all state from the session.Sasl2TaskManager.getNegotiation(LocalSession session) The negotiation that is in progress for the given session, if any.