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 XMPPConnection.getSASLAuthentication()
          Returns the SASLAuthentication manager that is responsible for authenticating with the server.
 

Uses of SASLAuthentication in org.jivesoftware.smack.sasl
 

Methods in org.jivesoftware.smack.sasl that return SASLAuthentication
protected  SASLAuthentication SASLMechanism.getSASLAuthentication()
           
 

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)
           
 



Copyright © 2013 LittleShoot. All Rights Reserved.