Class SaslNonza.Success

    • Field Detail

      • QNAME

        public static final javax.xml.namespace.QName QNAME
    • Constructor Detail

      • Success

        public Success​(java.lang.String data)
        Construct a new SASL success stream element with optional additional data for the SASL layer. (RFC6120 6.3.10)
        Parameters:
        data - additional data for the SASL layer or null
    • Method Detail

      • getData

        public java.lang.String getData()
        Returns additional data for the SASL layer or null.
        Returns:
        additional data or null
      • getElementName

        public java.lang.String getElementName()
        Description copied from interface: NamedElement
        Returns the root element name.
        Specified by:
        getElementName in interface NamedElement
        Returns:
        the element name.