|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilSimpleSAMLphpWrapper. More...
Inheritance diagram for ilSimpleSAMLphpWrapper:
Collaboration diagram for ilSimpleSAMLphpWrapper:Public Member Functions | |||||||
| __construct ($authSourceName, $configurationPath) | |||||||
| ilSimpleSAMLphpWrapper constructor. More... | |||||||
| getAuthId () | |||||||
| |||||||
| protectResource () | |||||||
| Protect a script resource with a SAML auth. More... | |||||||
| storeParam ($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 ($key, $value) | |||||||
| isAuthenticated () | |||||||
| popParam (string $key) | |||||||
| getParam (string $key) | |||||||
| getAttributes () | |||||||
| logout (string $returnUrl='') | |||||||
| getIdpDiscovery () | |||||||
| getAuthDataArray () | |||||||
Protected Member Functions | |
| initConfigFiles ($configurationPath) | |
Protected Attributes | |
| $config | |
| $authSource | |
Class ilSimpleSAMLphpWrapper.
Definition at line 7 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::__construct | ( | $authSourceName, | |
| $configurationPath | |||
| ) |
ilSimpleSAMLphpWrapper constructor.
| string | $authSourceName | |
| string | $configurationPath |
| Exception |
Definition at line 25 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 70 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 95 of file class.ilSimpleSAMLphpWrapper.php.
References $session.
Referenced by popParam().
Here is the caller graph for this function:
|
protected |
| string | $configurationPath |
Definition at line 48 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 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 $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 78 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::storeParam | ( | $key, | |
| $value | |||
| ) |
| string | $key | |
| mixed | $value |
Implements ilSamlAuth.
Definition at line 86 of file class.ilSimpleSAMLphpWrapper.php.
References $session.
|
protected |
Definition at line 17 of file class.ilSimpleSAMLphpWrapper.php.
|
protected |
Definition at line 12 of file class.ilSimpleSAMLphpWrapper.php.