Uses of Class
org.jivesoftware.openfire.net.SASLAuthentication.Status
-
Packages that use SASLAuthentication.Status Package Description org.jivesoftware.openfire.net -
-
Uses of SASLAuthentication.Status in org.jivesoftware.openfire.net
Fields in org.jivesoftware.openfire.net declared as SASLAuthentication.Status Modifier and Type Field Description protected SASLAuthentication.StatusStanzaHandler. saslStatusSASL status based on the last SASL interactionMethods in org.jivesoftware.openfire.net that return SASLAuthentication.Status Modifier and Type Method Description static SASLAuthentication.StatusSASLAuthentication. handle(LocalSession session, org.dom4j.Element doc)Handles the SASL authentication packet.static SASLAuthentication.StatusSASLAuthentication.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static SASLAuthentication.Status[]SASLAuthentication.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-