|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for SAML2\XML\md\AffiliationDescriptor:
Collaboration diagram for SAML2\XML\md\AffiliationDescriptor:Public Member Functions | |
| __construct (\DOMElement $xml=null) | |
| Initialize a AffiliationDescriptor. More... | |
| toXML (\DOMElement $parent) | |
| Add this AffiliationDescriptor to an EntityDescriptor. 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 | |
| $affiliationOwnerID | |
| $ID | |
| $validUntil | |
| $cacheDuration | |
| $Extensions = array() | |
| $AffiliateMember = array() | |
| $KeyDescriptor = 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 14 of file AffiliationDescriptor.php.
| SAML2\XML\md\AffiliationDescriptor::__construct | ( | \DOMElement | $xml = null | ) |
Initialize a AffiliationDescriptor.
| \DOMElement | null | $xml | The XML element we should load. |
Reimplemented from SAML2\SignedElementHelper.
Definition at line 77 of file AffiliationDescriptor.php.
References $xml, SAML2\Utils\extractStrings(), SAML2\XML\md\Extensions\getList(), SAML2\Constants\NS_MD, SAML2\Utils\xpQuery(), and SAML2\Utils\xsDateTimeToTimestamp().
Here is the call graph for this function:| SAML2\XML\md\AffiliationDescriptor::toXML | ( | \DOMElement | $parent | ) |
Add this AffiliationDescriptor to an EntityDescriptor.
| \DOMElement | $parent | The EntityDescriptor we should append this endpoint to. |
Definition at line 120 of file AffiliationDescriptor.php.
References SAML2\XML\md\Extensions\addList(), SAML2\Utils\addStrings(), SAML2\Constants\NS_MD, and SAML2\SignedElementHelper\signElement().
Here is the call graph for this function:| SAML2\XML\md\AffiliationDescriptor::$AffiliateMember = array() |
Definition at line 60 of file AffiliationDescriptor.php.
| SAML2\XML\md\AffiliationDescriptor::$affiliationOwnerID |
Definition at line 21 of file AffiliationDescriptor.php.
| SAML2\XML\md\AffiliationDescriptor::$cacheDuration |
Definition at line 42 of file AffiliationDescriptor.php.
| SAML2\XML\md\AffiliationDescriptor::$Extensions = array() |
Definition at line 51 of file AffiliationDescriptor.php.
| SAML2\XML\md\AffiliationDescriptor::$ID |
Definition at line 28 of file AffiliationDescriptor.php.
| SAML2\XML\md\AffiliationDescriptor::$KeyDescriptor = array() |
Definition at line 69 of file AffiliationDescriptor.php.
| SAML2\XML\md\AffiliationDescriptor::$validUntil |
Definition at line 35 of file AffiliationDescriptor.php.