ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ChainedValidator.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
SAML2\Signature
;
4
5
use
SAML2\Configuration\CertificateProvider
;
6
use
SAML2\SignedElement
;
7
13
interface
ChainedValidator
extends
ValidatorInterface
14
{
23
public
function
canValidate
(
24
SignedElement
$signedElement,
25
CertificateProvider
$configuration
26
);
27
}
php
An exception for terminatinating execution or to throw for unit testing.
SAML2\Configuration\CertificateProvider
CertificateProvider interface.
Definition:
CertificateProvider.php:9
SAML2\Signature\ChainedValidator
Interface \SAML2\Validator\Responsible.
Definition:
ChainedValidator.php:14
SAML2\Signature\ChainedValidator\canValidate
canValidate(SignedElement $signedElement, CertificateProvider $configuration)
Test whether or not this link in the chain can validate the signedElement signature.
SAML2\Signature\ValidatorInterface
Definition:
ValidatorInterface.php:9
SAML2\SignedElement
Definition:
SignedElement.php:13
SAML2\Signature
Definition:
AbstractChainedValidator.php:3
libs
composer
vendor
simplesamlphp
saml2
src
SAML2
Signature
ChainedValidator.php
Generated on Thu Oct 2 2025 19:01:17 for ILIAS by
1.9.4 (using
Doxyfile
)