Class SaslNonza.Success
java.lang.Object
org.jivesoftware.smack.sasl.packet.SaslNonza.Success
- All Implemented Interfaces:
Element
,NamedElement
,Nonza
,TopLevelStreamElement
,XmlElement
,XmlLangElement
,SaslNonza
- Enclosing interface:
- SaslNonza
A SASL success stream element.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jivesoftware.smack.sasl.packet.SaslNonza
SaslNonza.AuthMechanism, SaslNonza.Challenge, SaslNonza.Response, SaslNonza.SASLFailure, SaslNonza.Success
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
Returns additional data for the SASL layer ornull
.Returns the root element name.toXML
(XmlEnvironment xmlEnvironment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.sasl.packet.SaslNonza
getNamespace
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
QNAME
-
-
Constructor Details
-
Success
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 ornull
-
-
Method Details
-
getData
Returns additional data for the SASL layer ornull
.- Returns:
- additional data or
null
-
toXML
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-