ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Initialize (and parse? a SubjectConfirmation element. More... | |
toXML (\DOMElement $parent) | |
Convert this element to XML. More... | |
Data Fields | |
$Method | |
$NameID | |
$SubjectConfirmationData | |
Definition at line 13 of file SubjectConfirmation.php.
SAML2\XML\saml\SubjectConfirmation::__construct | ( | \DOMElement | $xml = null | ) |
Initialize (and parse? a SubjectConfirmation element.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 42 of file SubjectConfirmation.php.
References $xml, Method, SubjectConfirmationData, and SAML2\Utils\xpQuery().
SAML2\XML\saml\SubjectConfirmation::toXML | ( | \DOMElement | $parent | ) |
Convert this element to XML.
\DOMElement | $parent | The parent element we should append this element to. |
Definition at line 74 of file SubjectConfirmation.php.
References Method, and SAML2\Constants\NS_SAML.
SAML2\XML\saml\SubjectConfirmation::$Method |
Definition at line 20 of file SubjectConfirmation.php.
SAML2\XML\saml\SubjectConfirmation::$NameID |
Definition at line 27 of file SubjectConfirmation.php.
SAML2\XML\saml\SubjectConfirmation::$SubjectConfirmationData |
Definition at line 34 of file SubjectConfirmation.php.