Uses of Class
org.jivesoftware.smack.sasl.SASLError
-
Packages that use SASLError Package Description org.jivesoftware.smack.sasl Classes and interfaces for SASL based XMPP authentication.org.jivesoftware.smack.sasl.packet Stanzas, plain stream- and extension elements for SASL. -
-
Uses of SASLError in org.jivesoftware.smack.sasl
Methods in org.jivesoftware.smack.sasl that return SASLError Modifier and Type Method Description static SASLError
SASLError. fromString(java.lang.String string)
static SASLError
SASLError. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SASLError[]
SASLError. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SASLError in org.jivesoftware.smack.sasl.packet
Methods in org.jivesoftware.smack.sasl.packet that return SASLError Modifier and Type Method Description SASLError
SaslNonza.SASLFailure. getSASLError()
Get the SASL related error condition.
-