public static class SaslStreamElements.SASLFailure extends AbstractError implements PlainStreamElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT |
descriptiveTexts| Constructor and Description |
|---|
SASLFailure(String saslError) |
SASLFailure(String saslError,
Map<String,String> descriptiveTexts) |
| Modifier and Type | Method and Description |
|---|---|
SASLError |
getSASLError()
Get the SASL related error condition.
|
String |
getSASLErrorString() |
String |
toString() |
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
addDescriptiveTextsAndExtensions, getDescriptiveText, getDescriptiveText, getExtensionpublic static final String ELEMENT
public SASLFailure(String saslError)
public SASLFailure(String saslError, Map<String,String> descriptiveTexts)
public SASLError getSASLError()
public String getSASLErrorString()
public XmlStringBuilder toXML()
Element