| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| org.jivesoftware.smack.sasl |
SASL Mechanisms.
|
| Modifier and Type | Field and Description |
|---|---|
protected SASLAuthentication |
Connection.saslAuthentication
The SASLAuthentication manager that is responsible for authenticating
with the server.
|
| Modifier and Type | Method and Description |
|---|---|
SASLAuthentication |
Connection.getSASLAuthentication()
Returns the SASLAuthentication manager that is responsible for
authenticating with the server.
|
| Modifier and Type | Method and Description |
|---|---|
protected SASLAuthentication |
SASLMechanism.getSASLAuthentication() |
| Constructor and Description |
|---|
SASLAnonymous(SASLAuthentication saslAuthentication) |
SASLCramMD5Mechanism(SASLAuthentication saslAuthentication) |
SASLDigestMD5Mechanism(SASLAuthentication saslAuthentication) |
SASLExternalMechanism(SASLAuthentication saslAuthentication) |
SASLGSSAPIMechanism(SASLAuthentication saslAuthentication) |
SASLMechanism(SASLAuthentication saslAuthentication) |
SASLPlainMechanism(SASLAuthentication saslAuthentication) |
Copyright © 2014. All Rights Reserved.