Uses of Class
org.jivesoftware.smack.SASLAuthentication

Packages that use SASLAuthentication
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smack.sasl SASL Mechanisms. 
 

Uses of SASLAuthentication in org.jivesoftware.smack
 

Methods in org.jivesoftware.smack that return SASLAuthentication
 SASLAuthentication Connection.getSASLAuthentication()
          Returns the SASLAuthentication manager that is responsible for authenticating with the server.
 

Uses of SASLAuthentication in org.jivesoftware.smack.sasl
 

Constructors in org.jivesoftware.smack.sasl with parameters of type SASLAuthentication
SASLAnonymous(SASLAuthentication saslAuthentication)
           
SASLCramMD5Mechanism(SASLAuthentication saslAuthentication)
           
SASLDigestMD5Mechanism(SASLAuthentication saslAuthentication)
           
SASLExternalMechanism(SASLAuthentication saslAuthentication)
           
SASLGSSAPIMechanism(SASLAuthentication saslAuthentication)
           
SASLMechanism(SASLAuthentication saslAuthentication)
           
SASLPlainMechanism(SASLAuthentication saslAuthentication)