Package com.sun.identity.saml2.protocol
Interface StatusMessage
- All Superinterfaces:
XmlSerializable
This class represents the
StatusMessage
element in
SAML protocol schema.
The StatusMessage
element specifies a message that MAY be
returned to an operator.
<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
-
Method Summary
Methods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getValue
String getValue()Returns theStatusMessage
value.- Returns:
- A String value of the
StatusMessage
-