ILIAS
release_8 Revision v8.19
|
Interface ilSamlAuth. More...
Public Member Functions | |
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 () | |
Interface ilSamlAuth.
Definition at line 25 of file interface.ilSamlAuth.php.
ilSamlAuth::getAttributes | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::getAuthDataArray | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::getAuthId | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::getIdpDiscovery | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::getParam | ( | string | $key | ) |
ilSamlAuth::isAuthenticated | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::logout | ( | string | $returnUrl = '' | ) |
string | $returnUrl |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::popParam | ( | string | $key | ) |
ilSamlAuth::protectResource | ( | ) |
Protect a script resource with a SAML auth.
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::storeParam | ( | string | $key, |
$value | |||
) |
string | $key | |
mixed | $value |
Implemented in ilSimpleSAMLphpWrapper.