Class SASLPlainMechanism

  • All Implemented Interfaces:
    java.lang.Comparable<org.jivesoftware.smack.sasl.SASLMechanism>

    public class SASLPlainMechanism
    extends SASLJavaXMechanism
    Implementation of the SASL PLAIN mechanism.
    • Constructor Detail

      • SASLPlainMechanism

        public SASLPlainMechanism()
    • Method Detail

      • authzidSupported

        public boolean authzidSupported()
        Overrides:
        authzidSupported in class org.jivesoftware.smack.sasl.SASLMechanism
      • getPriority

        public int getPriority()
        Specified by:
        getPriority in class org.jivesoftware.smack.sasl.SASLMechanism
      • newInstance

        public SASLPlainMechanism newInstance()
        Specified by:
        newInstance in class org.jivesoftware.smack.sasl.SASLMechanism