|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilSamlAuth:
Collaboration diagram for ilSamlAuth: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().
Here is the caller graph for this function:| 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.