ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
sspmod_adfs_XMLSecurityDSig Class Reference
+ Inheritance diagram for sspmod_adfs_XMLSecurityDSig:
+ Collaboration diagram for sspmod_adfs_XMLSecurityDSig:

Public Member Functions

 __construct ($metaxml)
 

Detailed Description

Definition at line 15 of file XMLSecurityDSig.php.

Constructor & Destructor Documentation

◆ __construct()

sspmod_adfs_XMLSecurityDSig::__construct (   $metaxml)

Definition at line 17 of file XMLSecurityDSig.php.

18 {
19 $template = '';
20
21 if (strpos("\n", $metaxml) === false) {
22 foreach (explode("\n", self::template) as $line) {
23 $template .= trim($line);
24 }
25 } else {
26 $template = self::template;
27 }
28
30 $this->sigNode = $sigdoc->documentElement;
31 }
$template
$metaxml
Definition: metadata.php:136

References $metaxml, $template, and SAML2\DOMDocumentFactory\fromString().

+ Here is the call graph for this function:

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