| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.sasl |
SASL Mechanisms.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Class<? extends SASLMechanism>> |
SASLAuthentication.getRegisterSASLMechanisms()
Returns the registerd SASLMechanism classes sorted by the level of preference.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SASLAuthentication.registerSASLMechanism(String name,
Class<? extends SASLMechanism> mClass)
Registers a new SASL mechanism
|
| Modifier and Type | Class and Description |
|---|---|
class |
SASLAnonymous
Implementation of the SASL ANONYMOUS mechanism
|
class |
SASLCramMD5Mechanism
Implementation of the SASL CRAM-MD5 mechanism
|
class |
SASLDigestMD5Mechanism
Implementation of the SASL DIGEST-MD5 mechanism
|
class |
SASLExternalMechanism
Implementation of the SASL EXTERNAL mechanism.
|
class |
SASLGSSAPIMechanism
Implementation of the SASL GSSAPI mechanism
|
class |
SASLPlainMechanism
Implementation of the SASL PLAIN mechanism
|