Uses of Class
org.jivesoftware.openfire.sasl.Failure
-
Packages that use Failure Package Description org.jivesoftware.openfire.sasl Provides classes for SASL. -
-
Uses of Failure in org.jivesoftware.openfire.sasl
Methods in org.jivesoftware.openfire.sasl that return Failure Modifier and Type Method Description Failure
SaslFailureException. getFailure()
static Failure
Failure. valueOf(String name)
Returns the enum constant of this type with the specified name.static Failure[]
Failure. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.openfire.sasl with parameters of type Failure Constructor Description SaslFailureException(String detail, Throwable ex, Failure failure)
SaslFailureException(String detail, Failure failure)
SaslFailureException(Failure failure)
SaslFailureException(Failure failure, String message)
-