|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 ($key) | |||||||
| |||||||
| popParam ($key) | |||||||
| |||||||
| isAuthenticated () | |||||||
| |||||||
| getAttributes () | |||||||
| |||||||
| logout ($returnUrl='') | |||||||
| |||||||
| getIdpDiscovery () | |||||||
| |||||||
| getAuthDataArray () | |||||||
| @inheritDoc More... | |||||||
| getAuthId () | |||||||
| protectResource () | |||||||
| Protect a script resource with a SAML auth. More... | |||||||
| storeParam ($key, $value) | |||||||
| isAuthenticated () | |||||||
| popParam ($key) | |||||||
| getParam ($key) | |||||||
| 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().
Here is the call graph for this function:| ilSimpleSAMLphpWrapper::getAttributes | ( | ) |
Implements ilSamlAuth.
Definition at line 131 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getAuthDataArray | ( | ) |
@inheritDoc
Implements ilSamlAuth.
Definition at line 166 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::getAuthId | ( | ) |
Implements ilSamlAuth.
Definition at line 74 of file class.ilSimpleSAMLphpWrapper.php.
| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| string | $configurationPath |
Definition at line 51 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 123 of file class.ilSimpleSAMLphpWrapper.php.
| ilSimpleSAMLphpWrapper::logout | ( | $returnUrl = '' | ) |
| string | $returnUrl |
Implements ilSamlAuth.
Definition at line 139 of file class.ilSimpleSAMLphpWrapper.php.
References PHPMailer\PHPMailer\$params, and ilSession\set().
Here is the call graph for this function:| ilSimpleSAMLphpWrapper::popParam | ( | $key | ) |
| string | $key |
Implements ilSamlAuth.
Definition at line 111 of file class.ilSimpleSAMLphpWrapper.php.
References $key, $session, getParam(), and SimpleSAML_Session\getSessionFromRequest().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
protected |
Definition at line 20 of file class.ilSimpleSAMLphpWrapper.php.
|
protected |
Definition at line 15 of file class.ilSimpleSAMLphpWrapper.php.