Interface SaslNonza
-
- All Superinterfaces:
Element
,NamedElement
,Nonza
,TopLevelStreamElement
,XmlElement
,XmlLangElement
- All Known Implementing Classes:
SaslNonza.AuthMechanism
,SaslNonza.Challenge
,SaslNonza.Response
,SaslNonza.SASLFailure
,SaslNonza.Success
public interface SaslNonza extends Nonza
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SaslNonza.AuthMechanism
Initiating SASL authentication by select a mechanism.static class
SaslNonza.Challenge
A SASL challenge stream element.static class
SaslNonza.Response
A SASL response stream element.static class
SaslNonza.SASLFailure
A SASL failure stream element, also called "SASL Error".static class
SaslNonza.Success
A SASL success stream element.
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getNamespace()
Returns the root element XML namespace.-
Methods inherited from interface org.jivesoftware.smack.packet.NamedElement
getElementName
-
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
-
-
-
Field Detail
-
NAMESPACE
static final String NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNamespace
default String getNamespace()
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
-