public interface StatusDetail
StatusDetailType
complex type in
SAML protocol schema.
The StatusDetail
element MAY be used to specify additional
information concerning the status of the request.
<complexType name="StatusDetailType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Method and Description |
---|---|
List<String> |
getAny()
Returns the value of the Any property.
|
boolean |
isMutable()
Returns true if the object is mutable false otherwise
|
void |
makeImmutable()
Makes the obejct immutable
|
void |
setAny(List<String> anyList)
Sets the value of the Any property.
|
String |
toXMLString()
Returns the
StatusDetail in an XML document String format
based on the StatusDetail schema described above. |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns the
StatusDetail in an XML document String format
based on the StatusDetail schema described above. |
List<String> getAny()
String
StatusDetail.setAny(List)
void setAny(List<String> anyList) throws SAML2Exception
anyList
- A list containing objects of type String
SAML2Exception
- if the object is immutableStatusDetail.getAny()
String toXMLString() throws SAML2Exception
StatusDetail
in an XML document String format
based on the StatusDetail
schema described above.StatusDetail
.SAML2Exception
- if some error occurs during conversion to
String
.String toXMLString(boolean includeNSPrefix, boolean declareNS) throws SAML2Exception
StatusDetail
in an XML document String format
based on the StatusDetail
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.StatusDetail
.SAML2Exception
- if some error occurs during conversion to
String
.void makeImmutable()
boolean isMutable()
Copyright © 2010-2018, ForgeRock All Rights Reserved.