ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
interface.ilSamlIdpDiscovery.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
31  public function getList(): array;
32 
33  public function storeIdpMetadata(int $idpId, string $metadata): void;
34 
35  public function fetchIdpMetadata(int $idpId): string;
36 
37  public function deleteIdpMetadata(int $idpId): void;
38 }
storeIdpMetadata(int $idpId, string $metadata)
fetchIdpMetadata(int $idpId)
deleteIdpMetadata(int $idpId)
getList()
This method should return an array of IDPs.