| Package | Description |
|---|---|
| org.jivesoftware.openfire.sasl |
Provides classes for SASL.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
SaslFailureException(Failure failure) |
SaslFailureException(Failure failure,
String message) |
SaslFailureException(String detail,
Failure failure) |
SaslFailureException(String detail,
Throwable ex,
Failure failure) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.