Uses of Enum Class
org.jivesoftware.openfire.net.SASLAuthentication.Status
Packages that use SASLAuthentication.Status
-
Uses of SASLAuthentication.Status in org.jivesoftware.openfire.net
Fields in org.jivesoftware.openfire.net declared as SASLAuthentication.StatusModifier and TypeFieldDescriptionprotected SASLAuthentication.StatusStanzaHandler.saslStatusSASL status based on the last SASL interactionMethods in org.jivesoftware.openfire.net that return SASLAuthentication.StatusModifier and TypeMethodDescriptionstatic SASLAuthentication.StatusSASLAuthentication.handle(LocalSession session, org.dom4j.Element doc) Handles the SASL authentication packet.static SASLAuthentication.StatusReturns the enum constant of this class with the specified name.static SASLAuthentication.Status[]SASLAuthentication.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.