ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilSimpleSAMLphpWrapper. More...
Public Member Functions | |||||||
__construct ($authSourceName, $configurationPath) | |||||||
ilSimpleSAMLphpWrapper constructor. More... | |||||||
getAuthId () | |||||||
| |||||||
protectResource () | |||||||
Protect a script resource with a SAML auth. More... | |||||||
storeParam ($key, $value) | |||||||
| |||||||
getParam ($key) | |||||||
| |||||||
popParam ($key) | |||||||
| |||||||
isAuthenticated () | |||||||
| |||||||
getAttributes () | |||||||
| |||||||
logout ($returnUrl='') | |||||||
| |||||||
getIdpDiscovery () | |||||||
| |||||||
getAuthDataArray () | |||||||
Protected Member Functions | |
initConfigFiles ($configurationPath) | |
Protected Attributes | |
$config | |
$authSource | |
Class ilSimpleSAMLphpWrapper.
Definition at line 10 of file class.ilSimpleSAMLphpWrapper.php.
ilSimpleSAMLphpWrapper::__construct | ( | $authSourceName, | |
$configurationPath | |||
) |
ilSimpleSAMLphpWrapper constructor.
string | $authSourceName | |
string | $configurationPath |
Exception |
Definition at line 28 of file class.ilSimpleSAMLphpWrapper.php.
References SimpleSAML_Configuration\getInstance(), initConfigFiles(), and SimpleSAML_Configuration\setConfigDir().
ilSimpleSAMLphpWrapper::getAttributes | ( | ) |
Implements ilSamlAuth.
Definition at line 131 of file class.ilSimpleSAMLphpWrapper.php.
ilSimpleSAMLphpWrapper::getAuthDataArray | ( | ) |
Implements ilSamlAuth.
Definition at line 166 of file class.ilSimpleSAMLphpWrapper.php.
ilSimpleSAMLphpWrapper::getAuthId | ( | ) |
ilSimpleSAMLphpWrapper::getIdpDiscovery | ( | ) |
Implements ilSamlAuth.
Definition at line 158 of file class.ilSimpleSAMLphpWrapper.php.
ilSimpleSAMLphpWrapper::getParam | ( | $key | ) |
string | $key |
Implements ilSamlAuth.
Definition at line 99 of file class.ilSimpleSAMLphpWrapper.php.
References $key, $session, and SimpleSAML_Session\getSessionFromRequest().
Referenced by popParam().
|
protected |
string | $configurationPath |
Definition at line 51 of file class.ilSimpleSAMLphpWrapper.php.
References $DIC, ilSimpleSAMLphpConfigTemplateHandler\copy(), ilPasswordUtils\getBytes(), ilLoggingDBSettings\getInstance(), and IL_COOKIE_PATH.
Referenced by __construct().
ilSimpleSAMLphpWrapper::isAuthenticated | ( | ) |
ilSimpleSAMLphpWrapper::logout | ( | $returnUrl = '' | ) |
string | $returnUrl |
Implements ilSamlAuth.
Definition at line 139 of file class.ilSimpleSAMLphpWrapper.php.
References PHPMailer\PHPMailer\$params, and ilSession\set().
ilSimpleSAMLphpWrapper::popParam | ( | $key | ) |
string | $key |
Implements ilSamlAuth.
Definition at line 111 of file class.ilSimpleSAMLphpWrapper.php.
References $key, $session, getParam(), and SimpleSAML_Session\getSessionFromRequest().
ilSimpleSAMLphpWrapper::protectResource | ( | ) |
Protect a script resource with a SAML auth.
Implements ilSamlAuth.
Definition at line 82 of file class.ilSimpleSAMLphpWrapper.php.
ilSimpleSAMLphpWrapper::storeParam | ( | $key, | |
$value | |||
) |
string | $key | |
mixed | $value |
Implements ilSamlAuth.
Definition at line 90 of file class.ilSimpleSAMLphpWrapper.php.
References $key, $session, and SimpleSAML_Session\getSessionFromRequest().
|
protected |
Definition at line 20 of file class.ilSimpleSAMLphpWrapper.php.
|
protected |
Definition at line 15 of file class.ilSimpleSAMLphpWrapper.php.