| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Interface ilSamlAuth. More...
 Inheritance diagram for ilSamlIdpDiscovery:
 Collaboration diagram for ilSamlIdpDiscovery:Public Member Functions | |
| getList () | |
| This method should return an array of IDPs.  More... | |
| storeIdpMetadata (int $idpId, string $metadata) | |
| fetchIdpMetadata (int $idpId) | |
| deleteIdpMetadata (int $idpId) | |
Interface ilSamlAuth.
Definition at line 25 of file interface.ilSamlIdpDiscovery.php.
| ilSamlIdpDiscovery::deleteIdpMetadata | ( | int | $idpId | ) | 
Implemented in ilSimpleSAMLphplIdpDiscovery.
| ilSamlIdpDiscovery::fetchIdpMetadata | ( | int | $idpId | ) | 
Implemented in ilSimpleSAMLphplIdpDiscovery.
| ilSamlIdpDiscovery::getList | ( | ) | 
This method should return an array of IDPs.
Each element should be an array as well, providing at least a value for key 'entityid'.
Implemented in ilSimpleSAMLphplIdpDiscovery.
| ilSamlIdpDiscovery::storeIdpMetadata | ( | int | $idpId, | 
| string | $metadata | ||
| ) | 
Implemented in ilSimpleSAMLphplIdpDiscovery.