public static class SaslStreamElements.SASLFailure extends PlainStreamElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
| Constructor and Description |
|---|
SaslStreamElements.SASLFailure(java.lang.String saslError) |
| Modifier and Type | Method and Description |
|---|---|
SASLError |
getSASLError()
Get the SASL related error condition.
|
java.lang.String |
getSASLErrorString() |
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public static final java.lang.String ELEMENT
public SaslStreamElements.SASLFailure(java.lang.String saslError)
public SASLError getSASLError()
public java.lang.String getSASLErrorString()
public XmlStringBuilder toXML()
Element