|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Class ilSimpleSAMLphpWrapper. More...
Inheritance diagram for ilSimpleSAMLphpWrapper:
Collaboration diagram for ilSimpleSAMLphpWrapper:Public Member Functions | |
| __construct (string $authSourceName, string $configurationPath) | |
| getAuthId () | |
| protectResource () | |
| Protect a script resource with a SAML auth. More... | |
| storeParam (string $key, $value) | |
| getParam (string $key) | |
| popParam (string $key) | |
| isAuthenticated () | |
| getAttributes () | |
| logout (string $returnUrl='') | |
| getIdpDiscovery () | |
| getAuthDataArray () | |
Private Member Functions | |
| initConfigFiles (string $configurationPath) | |
Private Attributes | |
| const | ILIAS = 'ilias' |
| readonly SimpleSAML Configuration | $config |
| readonly SimpleSAML Auth Simple | $authSource |
Class ilSimpleSAMLphpWrapper.
Definition at line 25 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::__construct | ( | string | $authSourceName, |
| string | $configurationPath | ||
| ) |
Definition at line 32 of file class.ilSimpleSAMLphpWrapper.php.
References initConfigFiles().
Here is the call graph for this function:| ilSimpleSAMLphpWrapper::getAttributes | ( | ) |
Implements ilSamlAuth.
Definition at line 104 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getAuthDataArray | ( | ) |
Implements ilSamlAuth.
Definition at line 130 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getAuthId | ( | ) |
Implements ilSamlAuth.
Definition at line 67 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getIdpDiscovery | ( | ) |
Implements ilSamlAuth.
Definition at line 125 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getParam | ( | string | $key | ) |
Implements ilSamlAuth.
Definition at line 83 of file class.ilSimpleSAMLphpWrapper.php.
Referenced by popParam().
Here is the caller graph for this function:
|
private |
Definition at line 48 of file class.ilSimpleSAMLphpWrapper.php.
References $DIC, ilSimpleSAMLphpConfigTemplateHandler\copy(), ilPasswordUtils\getBytes(), ilLoggingDBSettings\getInstance(), and IL_COOKIE_PATH.
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSimpleSAMLphpWrapper::isAuthenticated | ( | ) |
Implements ilSamlAuth.
Definition at line 99 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::logout | ( | string | $returnUrl = '' | ) |
Implements ilSamlAuth.
Definition at line 109 of file class.ilSimpleSAMLphpWrapper.php.
References $params, and ilSession\clear().
Here is the call graph for this function:| ilSimpleSAMLphpWrapper::popParam | ( | string | $key | ) |
Implements ilSamlAuth.
Definition at line 90 of file class.ilSimpleSAMLphpWrapper.php.
References getParam().
Here is the call graph for this function:| ilSimpleSAMLphpWrapper::protectResource | ( | ) |
Protect a script resource with a SAML auth.
Implements ilSamlAuth.
Definition at line 72 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::storeParam | ( | string | $key, |
| $value | |||
| ) |
| mixed | $value |
Implements ilSamlAuth.
Definition at line 77 of file class.ilSimpleSAMLphpWrapper.php.
|
private |
Definition at line 30 of file class.ilSimpleSAMLphpWrapper.php.
|
private |
Definition at line 29 of file class.ilSimpleSAMLphpWrapper.php.
|
private |
Definition at line 27 of file class.ilSimpleSAMLphpWrapper.php.