ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class representing the ECP Response element. More...
Public Member Functions | |
__construct (DOMElement $xml=null) | |
Create a ECP Response element. More... | |
toXML (DOMElement $parent) | |
Convert this ECP Response to XML. More... | |
Data Fields | |
$AssertionConsumerServiceURL | |
Class representing the ECP Response element.
Definition at line 13 of file Response.php.
SAML2\XML\ecp\Response::__construct | ( | DOMElement | $xml = null | ) |
Create a ECP Response element.
DOMElement | null | $xml | The XML element we should load. |
Definition at line 27 of file Response.php.
References $xml, and SAML2\Constants\NS_SOAP.
SAML2\XML\ecp\Response::toXML | ( | DOMElement | $parent | ) |
Convert this ECP Response to XML.
DOMElement | $parent | The element we should append this element to. |
Definition at line 58 of file Response.php.
References $response, SAML2\Constants\NS_ECP, and SAML2\Constants\NS_SOAP.
SAML2\XML\ecp\Response::$AssertionConsumerServiceURL |
Definition at line 20 of file Response.php.