| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Interface ilSamlAuth. More...
 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, $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.
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, | 
| $value | |||
| ) | 
| mixed | $value | 
Implemented in ilSimpleSAMLphpWrapper.