ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SAML2\XML\md\UnknownRoleDescriptor Class Reference
+ Inheritance diagram for SAML2\XML\md\UnknownRoleDescriptor:
+ Collaboration diagram for SAML2\XML\md\UnknownRoleDescriptor:

Public Member Functions

 __construct (\DOMElement $xml)
 Initialize an unknown RoleDescriptor. More...
 
 toXML (\DOMElement $parent)
 Add this RoleDescriptor 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...
 

Private Attributes

 $xml
 

Additional Inherited Members

- Data Fields inherited from SAML2\XML\md\RoleDescriptor
 $ID
 
 $validUntil
 
 $cacheDuration
 
 $protocolSupportEnumeration = array()
 
 $errorURL
 
 $Extensions = array()
 
 $KeyDescriptor = array()
 
 $Organization = null
 
 $ContactPerson = array()
 
- Protected Member Functions inherited from SAML2\XML\md\RoleDescriptor
 __construct ($elementName, \DOMElement $xml=null)
 Initialize a RoleDescriptor. More...
 
 toXML (\DOMElement $parent)
 Add this RoleDescriptor to an EntityDescriptor. More...
 
- 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...
 

Detailed Description

Definition at line 12 of file UnknownRoleDescriptor.php.

Constructor & Destructor Documentation

◆ __construct()

SAML2\XML\md\UnknownRoleDescriptor::__construct ( \DOMElement  $xml)

Initialize an unknown RoleDescriptor.

Parameters
\DOMElement$xmlThe XML element we should load.

Definition at line 26 of file UnknownRoleDescriptor.php.

27  {
28  parent::__construct('md:RoleDescriptor', $xml);
29 
30  $this->xml = new Chunk($xml);
31  }

Member Function Documentation

◆ toXML()

SAML2\XML\md\UnknownRoleDescriptor::toXML ( \DOMElement  $parent)

Add this RoleDescriptor to an EntityDescriptor.

Parameters
\DOMElement$parentThe EntityDescriptor we should append this RoleDescriptor to.
Returns
void

Definition at line 39 of file UnknownRoleDescriptor.php.

40  {
41  $this->xml->toXML($parent);
42  }

Field Documentation

◆ $xml

SAML2\XML\md\UnknownRoleDescriptor::$xml
private

Definition at line 19 of file UnknownRoleDescriptor.php.


The documentation for this class was generated from the following file: