public static class SaslStreamElements.AuthMechanism extends java.lang.Object implements PlainStreamElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEMENT |
Constructor and Description |
---|
AuthMechanism(java.lang.String mechanism,
java.lang.String authenticationText) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthenticationText() |
java.lang.String |
getMechanism() |
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public static final java.lang.String ELEMENT
public AuthMechanism(java.lang.String mechanism, java.lang.String authenticationText)
public XmlStringBuilder toXML()
Element
public java.lang.String getMechanism()
public java.lang.String getAuthenticationText()