ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
XMLSecurityDSig.php
Go to the documentation of this file.
1
<?php
2
15
class
sspmod_adfs_XMLSecurityDSig
extends
XMLSecurityDSig
16
{
17
function
__construct
(
$metaxml
)
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
29
$sigdoc =
\SAML2\DOMDocumentFactory::fromString
(
$template
);
30
$this->sigNode = $sigdoc->documentElement;
31
}
32
}
$metaxml
$metaxml
Definition:
metadata.php:136
SAML2\DOMDocumentFactory\fromString
static fromString($xml)
Definition:
DOMDocumentFactory.php:20
$template
$template
Definition:
consentAdmin.php:207
template
Load from Excel5 template
Definition:
30template.php:38
XMLSecurityDSig
sspmod_adfs_XMLSecurityDSig\__construct
__construct($metaxml)
Definition:
XMLSecurityDSig.php:17
sspmod_adfs_XMLSecurityDSig
Definition:
XMLSecurityDSig.php:15
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
adfs
lib
XMLSecurityDSig.php
Generated on Sat Mar 1 2025 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)