public static class SaslStreamElements.Success extends Object implements PlainStreamElement
| Constructor and Description |
|---|
SaslStreamElements.Success(String data)
Construct a new SASL success stream element with optional additional data for the SASL layer
(RFC6120 6.3.10)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Returns additional data for the SASL layer or
null. |
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public static final String ELEMENT
public SaslStreamElements.Success(String data)
data - additional data for the SASL layer or nullpublic String getData()
null.nullpublic XmlStringBuilder toXML()
Element