ILIAS  release_8 Revision v8.24
interface.ilSamlIdpDiscovery.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
26{
31 public function getList(): array;
32
37 public function storeIdpMetadata(int $idpId, string $metadata): void;
38
43 public function fetchIdpMetadata(int $idpId): string;
44
48 public function deleteIdpMetadata(int $idpId): void;
49}
getList()
This method should return an array of IDPs.
fetchIdpMetadata(int $idpId)
deleteIdpMetadata(int $idpId)
storeIdpMetadata(int $idpId, string $metadata)