Uses of Class
org.jivesoftware.smack.SmackException.SmackSaslException
-
Packages that use SmackException.SmackSaslException 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 SmackException.SmackSaslException in org.jivesoftware.smack
Methods in org.jivesoftware.smack that throw SmackException.SmackSaslException Modifier and Type Method Description protected SASLMechanismAbstractXMPPConnection. authenticate(String username, String password, EntityBareJid authzid, SSLSession sslSession)Authenticate a connection. -
Uses of SmackException.SmackSaslException in org.jivesoftware.smack.sasl
Methods in org.jivesoftware.smack.sasl that throw SmackException.SmackSaslException Modifier and Type Method Description voidSASLMechanism. afterFinalSaslChallenge()Check if the SASL mechanism was successful and if it was, then mark it so.voidSASLMechanism. authenticate(String username, String host, DomainBareJid serviceName, String password, EntityBareJid authzid, SSLSession sslSession)Builds and sends theauthstanza to the server.voidSASLMechanism. authenticate(String host, DomainBareJid serviceName, CallbackHandler cbh, EntityBareJid authzid, SSLSession sslSession)Builds and sends theauthstanza to the server.protected voidSASLMechanism. authenticateInternal()protected abstract voidSASLMechanism. authenticateInternal(CallbackHandler cbh)voidSASLMechanism. challengeReceived(String challengeString, boolean finalChallenge)The server is challenging the SASL mechanism for the stanza he just sent.protected abstract voidSASLMechanism. checkIfSuccessfulOrThrow()protected byte[]SASLMechanism. evaluateChallenge(byte[] challenge)Evaluate the SASL challenge.protected abstract byte[]SASLMechanism. getAuthenticationText()Should return the initial response of the SASL mechanism.voidSASLMechanism. throwExceptionIfRequired() -
Uses of SmackException.SmackSaslException in org.jivesoftware.smack.sasl.core
Methods in org.jivesoftware.smack.sasl.core that throw SmackException.SmackSaslException Modifier and Type Method Description voidScramMechanism. checkIfSuccessfulOrThrow()protected byte[]ScramMechanism. evaluateChallenge(byte[] challenge)protected byte[]ScramMechanism. getChannelBindingData()protected byte[]ScramPlusMechanism. getChannelBindingData() -
Uses of SmackException.SmackSaslException in org.jivesoftware.smack.sasl.javax
Subclasses of SmackException.SmackSaslException in org.jivesoftware.smack.sasl.javax Modifier and Type Class Description classSmackJavaxSaslExceptionMethods in org.jivesoftware.smack.sasl.javax that throw SmackException.SmackSaslException Modifier and Type Method Description voidSASLJavaXMechanism. checkIfSuccessfulOrThrow() -
Uses of SmackException.SmackSaslException in org.jivesoftware.smack.sasl.provided
Methods in org.jivesoftware.smack.sasl.provided that throw SmackException.SmackSaslException Modifier and Type Method Description voidSASLDigestMD5Mechanism. checkIfSuccessfulOrThrow()protected byte[]SASLDigestMD5Mechanism. evaluateChallenge(byte[] challenge)
-