|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for SAML2\XML\md\EntitiesDescriptor:
Collaboration diagram for SAML2\XML\md\EntitiesDescriptor:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Initialize an EntitiesDescriptor. More... | |
Public Member Functions inherited from SAML2\SignedElementHelper | |
| addValidator ($function, $data) | |
| Add a method for validating this element. More... | |
| validate (XMLSecurityKey $key) | |
| Validate this element against a public key. More... | |
| getSignatureKey () | |
| Retrieve the private key we should use to sign the message. More... | |
| setSignatureKey (XMLSecurityKey $signatureKey=null) | |
| Set the private key we should use to sign the message. More... | |
| setCertificates (array $certificates) | |
| Set the certificates that should be included in the message. More... | |
| getCertificates () | |
| Retrieve the certificates that are included in the message. More... | |
| getValidatingCertificates () | |
| Retrieve certificates that sign this element. More... | |
| validate (XMLSecurityKey $key) | |
| Validate this element against a public key. More... | |
| setCertificates (array $certificates) | |
| Set the certificates that should be included in the element. More... | |
| getCertificates () | |
| Retrieve the certificates that are included in the element (if any). More... | |
| getSignatureKey () | |
| Retrieve the private key we should use to sign the element. More... | |
| setSignatureKey (XMLSecurityKey $signatureKey=null) | |
| Set the private key we should use to sign the element. More... | |
Data Fields | |
| $ID | |
| $validUntil | |
| $cacheDuration | |
| $Name | |
| $Extensions = array() | |
| $children = array() | |
Additional Inherited Members | |
Protected Member Functions inherited from SAML2\SignedElementHelper | |
| __construct (\DOMElement $xml=null) | |
| Initialize the helper class. More... | |
| signElement (\DOMElement $root, \DOMElement $insertBefore=null) | |
| Sign the given XML element. More... | |
Definition at line 15 of file EntitiesDescriptor.php.
| SAML2\XML\md\EntitiesDescriptor::__construct | ( | \DOMElement | $xml = null | ) |
Initialize an EntitiesDescriptor.
| \DOMElement | null | $xml | The XML element we should load. |
Reimplemented from SAML2\SignedElementHelper.
Definition at line 66 of file EntitiesDescriptor.php.
References $xml, SAML2\XML\md\Extensions\getList(), SAML2\Utils\xpQuery(), and SAML2\Utils\xsDateTimeToTimestamp().
Here is the call graph for this function:| SAML2\XML\md\EntitiesDescriptor::$cacheDuration |
Definition at line 36 of file EntitiesDescriptor.php.
| SAML2\XML\md\EntitiesDescriptor::$children = array() |
Definition at line 59 of file EntitiesDescriptor.php.
| SAML2\XML\md\EntitiesDescriptor::$Extensions = array() |
Definition at line 52 of file EntitiesDescriptor.php.
| SAML2\XML\md\EntitiesDescriptor::$ID |
Definition at line 22 of file EntitiesDescriptor.php.
| SAML2\XML\md\EntitiesDescriptor::$Name |
Definition at line 43 of file EntitiesDescriptor.php.
| SAML2\XML\md\EntitiesDescriptor::$validUntil |
Definition at line 29 of file EntitiesDescriptor.php.