Uses of Class
org.jivesoftware.openfire.sasl.SaslFailureException
Packages that use SaslFailureException
-
Uses of SaslFailureException in org.jivesoftware.openfire.fast
Methods in org.jivesoftware.openfire.fast that throw SaslFailureExceptionModifier and TypeMethodDescriptionstatic FastRequestFastRequest.from(org.dom4j.Element doc, String mechanismName, String userAgentId, LocalClientSession session) Parses and validates the FAST content of a SASL2<authenticate/>element. -
Uses of SaslFailureException in org.jivesoftware.openfire.sasl.task
Methods in org.jivesoftware.openfire.sasl.task that throw SaslFailureExceptionModifier and TypeMethodDescriptionSasl2Task.begin(org.dom4j.Element next) Performs the first step of the task, in response to the peer selecting it.Sasl2TaskProvider.createTask(String taskName, Sasl2TaskContext context) Creates the task that the peer selected.Sasl2TaskManager.handleTaskElement(LocalSession session, org.dom4j.Element element) Processes a<next/>or<task-data/>element received from the peer.booleanSasl2TaskManager.offerTasks(LocalSession session, String authorizationIdentity, String saslMechanismName, byte[] saslSuccessData) Determines whether any task is to be performed before the SASL2 negotiation can be concluded, and if so, sends a<continue/>element to the peer.voidSasl2TaskManager.onAuthenticateElement(LocalSession session, org.dom4j.Element authenticate, String mechanismName) Starts a task negotiation for a SASL2 authentication attempt, and lets every provider inspect the peer's<authenticate/>element.default voidSasl2TaskProvider.onAuthenticateReceived(Sasl2TaskContext context, org.dom4j.Element authenticate) Inspects the peer's<authenticate/>element, before authentication is attempted.default Sasl2TaskResultSasl2Task.onTaskData(org.dom4j.Element taskData) Processes a<task-data/>element received from the peer.