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