|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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, mixed $value) | |
| getParam (string $key) | |
| popParam (string $key) | |
| isAuthenticated () | |
| getAttributes () | |
| logout (string $returnUrl='') | |
| getIdpDiscovery () | |
| getAuthDataArray () | |
| getAuthId () | |
| protectResource () | |
| Protect a script resource with a SAML auth. More... | |
| storeParam (string $key, mixed $value) | |
| isAuthenticated () | |
| popParam (string $key) | |
| getParam (string $key) | |
| getAttributes () | |
| logout (string $returnUrl='') | |
| getIdpDiscovery () | |
| getAuthDataArray () | |
Private Member Functions | |
| initConfigFiles (string $configurationPath) | |
Private Attributes | |
| const string | ILIAS = 'ilias' |
| SimpleSAML Configuration | $config |
| SimpleSAML Auth Simple | $authSource |
Definition at line 21 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::__construct | ( | string | $authSourceName, |
| string | $configurationPath | ||
| ) |
Definition at line 28 of file class.ilSimpleSAMLphpWrapper.php.
References initConfigFiles().
Here is the call graph for this function:| ilSimpleSAMLphpWrapper::getAttributes | ( | ) |
Implements ilSamlAuth.
Definition at line 100 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getAuthDataArray | ( | ) |
Implements ilSamlAuth.
Definition at line 126 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getAuthId | ( | ) |
Implements ilSamlAuth.
Definition at line 63 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getIdpDiscovery | ( | ) |
Implements ilSamlAuth.
Definition at line 121 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getParam | ( | string | $key | ) |
Implements ilSamlAuth.
Definition at line 79 of file class.ilSimpleSAMLphpWrapper.php.
Referenced by popParam().
Here is the caller graph for this function:
|
private |
Definition at line 44 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 95 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::logout | ( | string | $returnUrl = '' | ) |
Implements ilSamlAuth.
Definition at line 105 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 86 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 68 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::storeParam | ( | string | $key, |
| mixed | $value | ||
| ) |
Implements ilSamlAuth.
Definition at line 73 of file class.ilSimpleSAMLphpWrapper.php.
|
private |
Definition at line 26 of file class.ilSimpleSAMLphpWrapper.php.
|
private |
Definition at line 25 of file class.ilSimpleSAMLphpWrapper.php.
|
private |
Definition at line 23 of file class.ilSimpleSAMLphpWrapper.php.