|
ILIAS
release_8 Revision v8.24
|
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 () | |||||||
| @inheritDoc More... | |||||||
| getAuthId () | |||||||
| protectResource () | |||||||
| Protect a script resource with a SAML auth. More... | |||||||
| storeParam (string $key, $value) | |||||||
| isAuthenticated () | |||||||
| popParam (string $key) | |||||||
| getParam (string $key) | |||||||
| getAttributes () | |||||||
| logout (string $returnUrl='') | |||||||
| getIdpDiscovery () | |||||||
| getAuthDataArray () | |||||||
Protected Member Functions | |
| initConfigFiles (string $configurationPath) | |
Protected Attributes | |
| SimpleSAML Configuration | $config |
| SimpleSAML Auth Simple | $authSource |
Class ilSimpleSAMLphpWrapper.
Definition at line 25 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::__construct | ( | string | $authSourceName, |
| string | $configurationPath | ||
| ) |
Definition at line 30 of file class.ilSimpleSAMLphpWrapper.php.
References initConfigFiles().
Here is the call graph for this function:| ilSimpleSAMLphpWrapper::getAttributes | ( | ) |
Implements ilSamlAuth.
Definition at line 127 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getAuthDataArray | ( | ) |
@inheritDoc
Implements ilSamlAuth.
Definition at line 162 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getAuthId | ( | ) |
Implements ilSamlAuth.
Definition at line 72 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getIdpDiscovery | ( | ) |
Implements ilSamlAuth.
Definition at line 154 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getParam | ( | string | $key | ) |
| string | $key |
Implements ilSamlAuth.
Definition at line 97 of file class.ilSimpleSAMLphpWrapper.php.
References ILIAS\LTI\ToolProvider\$key, and $session.
Referenced by popParam().
Here is the caller graph for this function:
|
protected |
Definition at line 50 of file class.ilSimpleSAMLphpWrapper.php.
References $DIC, 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 119 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::logout | ( | string | $returnUrl = '' | ) |
| string | $returnUrl |
Implements ilSamlAuth.
Definition at line 135 of file class.ilSimpleSAMLphpWrapper.php.
References $params, and ilSession\set().
Here is the call graph for this function:| ilSimpleSAMLphpWrapper::popParam | ( | string | $key | ) |
| string | $key |
Implements ilSamlAuth.
Definition at line 107 of file class.ilSimpleSAMLphpWrapper.php.
References ILIAS\LTI\ToolProvider\$key, $session, and getParam().
Here is the call graph for this function:| ilSimpleSAMLphpWrapper::protectResource | ( | ) |
Protect a script resource with a SAML auth.
Implements ilSamlAuth.
Definition at line 80 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::storeParam | ( | string | $key, |
| $value | |||
| ) |
| string | $key | |
| mixed | $value |
Implements ilSamlAuth.
Definition at line 88 of file class.ilSimpleSAMLphpWrapper.php.
References ILIAS\LTI\ToolProvider\$key, and $session.
|
protected |
Definition at line 28 of file class.ilSimpleSAMLphpWrapper.php.
|
protected |
Definition at line 27 of file class.ilSimpleSAMLphpWrapper.php.