19 parent::__construct(
'ArtifactResolve',
$xml);
22 $results = Utils::xpQuery(
$xml,
'./saml_protocol:Artifact');
23 $this->artifact =
$results[0]->textContent;
55 $root = parent::toUnsignedXML();
56 $artifactelement = $this->document->createElementNS(Constants::NS_SAMLP,
'Artifact', $this->artifact);
57 $root->appendChild($artifactelement);
An exception for terminatinating execution or to throw for unit testing.
__construct(\DOMElement $xml=null)
toUnsignedXML()
Convert the response message to an XML element.
setArtifact($artifact)
Set the artifact that should be included in this response.
getArtifact()
Retrieve the Artifact in this response.