ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
ProxyCountExceeded.php
Go to the documentation of this file.
1
<?php
9
namespace
SimpleSAML\Module\saml\Error
;
10
11
use
SAML2\Constants
;
12
13
class
ProxyCountExceeded
extends
\sspmod_saml_Error
14
{
24
public
function
__construct
($responsible,
$message
= null, \
Exception
$cause
= null)
25
{
26
parent::__construct($responsible,
Constants::STATUS_PROXY_COUNT_EXCEEDED
,
$message
,
$cause
);
27
}
28
}
Constants
SimpleSAML\Module\saml\Error\ProxyCountExceeded
Definition:
ProxyCountExceeded.php:13
sspmod_saml_Error
Definition:
Error.php:8
$message
catch(Exception $e) $message
Definition:
saml2-logout.php:34
SimpleSAML_Error_Exception\$cause
$cause
Definition:
Exception.php:31
SimpleSAML\Module\saml\Error\ProxyCountExceeded\__construct
__construct($responsible, $message=null, \Exception $cause=null)
ProxyCountExceeded error constructor.
Definition:
ProxyCountExceeded.php:24
SimpleSAML\Module\saml\Error
Definition:
NoAuthnContext.php:9
SAML2\Constants\STATUS_PROXY_COUNT_EXCEEDED
const STATUS_PROXY_COUNT_EXCEEDED
Indicates that a responding provider cannot authenticate the principal directly and is not permitted ...
Definition:
Constants.php:342
Exception
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
saml
lib
Error
ProxyCountExceeded.php
Generated on Tue Jan 28 2025 19:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)