Package com.sun.identity.saml2.protocol
Interface ArtifactResponse
- All Superinterfaces:
StatusResponse,XmlSerializable
The
ArtifactResopnse message has the complex type
ArtifactResponseType.
<complexType name="ArtifactResponseType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType">
<sequence>
<any/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Method Summary
Methods inherited from interface com.sun.identity.saml2.protocol.StatusResponse
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, signMethods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment, toXMLString, toXMLString
-
Method Details
-
getAny
String getAny()Gets theanyelement of the response.- Returns:
anyelement in xml string format.- See Also:
-
setAny
Sets theanyelement of the response.- Parameters:
value- newanyelement in xml string format.- Throws:
SAML2Exception- if the object is immutable.- See Also:
-
getAnyElement
Gets the Optionalanyelement of the response.- Returns:
- Optional
anyelement.
-