Uses of Class
org.jivesoftware.openfire.sasl.task.Sasl2TaskResult
Packages that use Sasl2TaskResult
-
Uses of Sasl2TaskResult in org.jivesoftware.openfire.sasl.task
Methods in org.jivesoftware.openfire.sasl.task that return Sasl2TaskResultModifier and TypeMethodDescriptionSasl2Task.begin(org.dom4j.Element next) Performs the first step of the task, in response to the peer selecting it.static Sasl2TaskResultSasl2TaskResult.completed()A result that completes the task without contributing any data to the response that the peer receives.static Sasl2TaskResultSasl2TaskResult.completed(byte[] additionalData) A result that completes the task, contributing mechanism-style<additional-data/>to the response that the peer receives.default Sasl2TaskResultSasl2Task.onTaskData(org.dom4j.Element taskData) Processes a<task-data/>element received from the peer.static Sasl2TaskResultSasl2TaskResult.taskData(Collection<org.dom4j.Element> children) A result that sends a<task-data/>element containing the provided children to the peer.static Sasl2TaskResultSasl2TaskResult.taskData(org.dom4j.Element... children) A result that sends a<task-data/>element containing the provided children to the peer.