ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Public Member Functions | |
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 () | |
Definition at line 21 of file interface.ilSamlAuth.php.
ilSamlAuth::getAttributes | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::getAuthDataArray | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::getAuthId | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
Referenced by ILIAS\Saml\Metadata\buildXML().
ilSamlAuth::getIdpDiscovery | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::getParam | ( | string | $key | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::isAuthenticated | ( | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::logout | ( | string | $returnUrl = '' | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::popParam | ( | string | $key | ) |
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::protectResource | ( | ) |
Protect a script resource with a SAML auth.
Implemented in ilSimpleSAMLphpWrapper.
ilSamlAuth::storeParam | ( | string | $key, |
mixed | $value | ||
) |
Implemented in ilSimpleSAMLphpWrapper.