|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StatusMessage
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 | |
|---|---|
String |
getValue()
Returns the StatusMessage value. |
String |
toXMLString()
Returns the StatusMessage in an XML document String format
based on the StatusMessage schema described above. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns the StatusMessage in an XML document String format
based on the StatusMessage schema described above. |
| Method Detail |
|---|
String getValue()
StatusMessage value.
StatusMessage
String toXMLString()
throws SAML2Exception
StatusMessage in an XML document String format
based on the StatusMessage schema described above.
StatusMessage.
SAML2Exception - if some error occurs during conversion to
String.
String toXMLString(boolean includeNSPrefix,
boolean declareNS)
throws SAML2Exception
StatusMessage in an XML document String format
based on the StatusMessage schema described above.
includeNSPrefix - Determines whether or not the namespace qualifier
is prepended to the Element when converteddeclareNS - Determines whether or not the namespace is declared
within the Element.
StatusMessage.
SAML2Exception - if some error occurs during conversion to
String.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||