Class SaslNonza.AuthMechanism
java.lang.Object
org.jivesoftware.smack.sasl.packet.SaslNonza.AuthMechanism
- All Implemented Interfaces:
Element,NamedElement,Nonza,TopLevelStreamElement,XmlElement,XmlLangElement,SaslNonza
- Enclosing interface:
- SaslNonza
Initiating SASL authentication by select a mechanism.
-
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.toXML(XmlEnvironment xmlEnvironment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.sasl.packet.SaslNonza
getNamespaceMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
QNAME
-
-
Constructor Details
-
AuthMechanism
-
-
Method Details
-
toXML
-
getMechanism
-
getAuthenticationText
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-