Uses of Class
org.jivesoftware.smack.sasl.SASLMechanism
-
Packages that use SASLMechanism Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.sasl Classes and interfaces for SASL based XMPP authentication.org.jivesoftware.smack.sasl.core SASL mechanisms provided by Smack Core.org.jivesoftware.smack.sasl.javax A javax SASL implementation for Smack.org.jivesoftware.smack.sasl.provided A SASL implementation for Smack. -
-
Uses of SASLMechanism in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return SASLMechanism Modifier and Type Method Description protected SASLMechanismAbstractXMPPConnection. authenticate(String username, String password, EntityBareJid authzid, SSLSession sslSession)Authenticate a connection.Methods in org.jivesoftware.smack with parameters of type SASLMechanism Modifier and Type Method Description static voidSASLAuthentication. registerSASLMechanism(SASLMechanism mechanism)Registers a new SASL mechanism. -
Uses of SASLMechanism in org.jivesoftware.smack.sasl
Methods in org.jivesoftware.smack.sasl that return SASLMechanism Modifier and Type Method Description SASLMechanismSASLMechanism. instanceForAuthentication(XMPPConnection connection, ConnectionConfiguration connectionConfiguration)protected abstract SASLMechanismSASLMechanism. newInstance()Methods in org.jivesoftware.smack.sasl with parameters of type SASLMechanism Modifier and Type Method Description intSASLMechanism. compareTo(SASLMechanism other) -
Uses of SASLMechanism in org.jivesoftware.smack.sasl.core
Subclasses of SASLMechanism in org.jivesoftware.smack.sasl.core Modifier and Type Class Description classSASLAnonymousImplementation of the SASL ANONYMOUS mechanism.classSASLXOauth2MechanismThe SASL X-OAUTH2 mechanism as described in https://developers.google .com/talk/jep_extensions/oauthclassScramMechanismclassScramPlusMechanismSCRAM-X-PLUS implementation.classSCRAMSHA1MechanismclassScramSha1PlusMechanismMethods in org.jivesoftware.smack.sasl.core that return SASLMechanism Modifier and Type Method Description protected SASLMechanismSCRAMSHA1Mechanism. newInstance()protected SASLMechanismScramSha1PlusMechanism. newInstance() -
Uses of SASLMechanism in org.jivesoftware.smack.sasl.javax
Subclasses of SASLMechanism in org.jivesoftware.smack.sasl.javax Modifier and Type Class Description classSASLCramMD5MechanismImplementation of the SASL CRAM-MD5 mechanism.classSASLDigestMD5MechanismImplementation of the SASL DIGEST-MD5 mechanism.classSASLExternalMechanismImplementation of the SASL EXTERNAL mechanism.classSASLGSSAPIMechanismImplementation of the SASL GSSAPI mechanism.classSASLJavaXMechanismclassSASLPlainMechanismImplementation of the SASL PLAIN mechanism. -
Uses of SASLMechanism in org.jivesoftware.smack.sasl.provided
Subclasses of SASLMechanism in org.jivesoftware.smack.sasl.provided Modifier and Type Class Description classSASLDigestMD5MechanismclassSASLExternalMechanismImplementation of the SASL-EXTERNAL authentication mechanism.classSASLPlainMechanismMethods in org.jivesoftware.smack.sasl.provided that return SASLMechanism Modifier and Type Method Description protected SASLMechanismSASLExternalMechanism. newInstance()
-