ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
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 () | |
Private Member Functions | |
initConfigFiles (string $configurationPath) | |
Private Attributes | |
const | 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().
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 | ( | ) |
ilSimpleSAMLphpWrapper::getParam | ( | string | $key | ) |
Implements ilSamlAuth.
Definition at line 79 of file class.ilSimpleSAMLphpWrapper.php.
Referenced by popParam().
|
private |
Definition at line 44 of file class.ilSimpleSAMLphpWrapper.php.
References $DIC, ilSimpleSAMLphpConfigTemplateHandler\copy(), ilPasswordUtils\getBytes(), ilLoggingDBSettings\getInstance(), and IL_COOKIE_PATH.
Referenced by __construct().
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().
ilSimpleSAMLphpWrapper::popParam | ( | string | $key | ) |
Implements ilSamlAuth.
Definition at line 86 of file class.ilSimpleSAMLphpWrapper.php.
References getParam().
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.