ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (\DOMElement $xml=null) | |
Initialize (and parse) a SubjectConfirmationData element. More... | |
Data Fields | |
$NotBefore | |
$NotOnOrAfter | |
$Recipient | |
$InResponseTo | |
$Address | |
$info = array() | |
Definition at line 16 of file SubjectConfirmationData.php.
SAML2\XML\saml\SubjectConfirmationData::__construct | ( | \DOMElement | $xml = null | ) |
Initialize (and parse) a SubjectConfirmationData element.
\DOMElement | null | $xml | The XML element we should load. |
Definition at line 68 of file SubjectConfirmationData.php.
References $n, $xml, InResponseTo, NotOnOrAfter, SAML2\Constants\NS_SAML, Recipient, RobRichards\XMLSecLibs\XMLSecurityDSig\XMLDSIGNS, and SAML2\Utils\xsDateTimeToTimestamp().
SAML2\XML\saml\SubjectConfirmationData::$Address |
Definition at line 51 of file SubjectConfirmationData.php.
SAML2\XML\saml\SubjectConfirmationData::$info = array() |
Definition at line 61 of file SubjectConfirmationData.php.
SAML2\XML\saml\SubjectConfirmationData::$InResponseTo |
Definition at line 44 of file SubjectConfirmationData.php.
SAML2\XML\saml\SubjectConfirmationData::$NotBefore |
Definition at line 23 of file SubjectConfirmationData.php.
SAML2\XML\saml\SubjectConfirmationData::$NotOnOrAfter |
Definition at line 30 of file SubjectConfirmationData.php.
SAML2\XML\saml\SubjectConfirmationData::$Recipient |
Definition at line 37 of file SubjectConfirmationData.php.