Uses of Interface
org.jivesoftware.openfire.sasl.task.Sasl2TaskContext
Packages that use Sasl2TaskContext
-
Uses of Sasl2TaskContext in org.jivesoftware.openfire.sasl.task
Methods in org.jivesoftware.openfire.sasl.task with parameters of type Sasl2TaskContextModifier and TypeMethodDescriptionSasl2TaskProvider.createTask(String taskName, Sasl2TaskContext context) Creates the task that the peer selected.Sasl2TaskProvider.getContinueText(Sasl2TaskContext context) Human-readable text to include in the<continue/>element, explaining to the user why the negotiation did not complete.Sasl2TaskProvider.getOfferedTasks(Sasl2TaskContext context) Decides which tasks, if any, are to be offered to this session at this point in the negotiation.default voidSasl2TaskProvider.onAuthenticateReceived(Sasl2TaskContext context, org.dom4j.Element authenticate) Inspects the peer's<authenticate/>element, before authentication is attempted.default voidSasl2TaskProvider.onNegotiationEnded(Sasl2TaskContext context, boolean successful) Notifies the provider that the negotiation has ended.