ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
NoAuthnContext.php
Go to the documentation of this file.
1
<?
php
9
namespace
SimpleSAML\Module\saml\Error
;
10
11
use
SAML2\Constants
;
12
13
class
NoAuthnContext
extends
\sspmod_saml_Error
14
{
24
public
function
__construct
($responsible,
$message
=
null
, \Exception
$cause
=
null
)
25
{
26
parent::__construct($responsible,
Constants::STATUS_NO_AUTHN_CONTEXT
,
$message
,
$cause
);
27
}
28
}
php
An exception for terminatinating execution or to throw for unit testing.
SAML2\Constants
Definition:
Constants.php:11
SAML2\Constants\STATUS_NO_AUTHN_CONTEXT
const STATUS_NO_AUTHN_CONTEXT
The specified authentication context requirements cannot be met by the responder.
Definition:
Constants.php:303
SimpleSAML\Module\saml\Error\NoAuthnContext
Definition:
NoAuthnContext.php:14
SimpleSAML\Module\saml\Error\NoAuthnContext\__construct
__construct($responsible, $message=null, \Exception $cause=null)
NoAuthnContext error constructor.
Definition:
NoAuthnContext.php:24
SimpleSAML_Error_Exception\$cause
$cause
Definition:
Exception.php:31
sspmod_saml_Error
Definition:
Error.php:8
$message
catch(Exception $e) $message
Definition:
saml2-logout.php:34
SimpleSAML\Module\saml\Error
Definition:
NoAuthnContext.php:9
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
saml
lib
Error
NoAuthnContext.php
Generated on Tue Sep 30 2025 19:00:58 for ILIAS by
1.9.4 (using
Doxyfile
)