ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
interface.ilSamlIdpDiscovery.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3
8{
13 public function getList() : array;
14
19 public function storeIdpMetadata(int $idpId, string $metadata) : void;
20
25 public function fetchIdpMetadata(int $idpId) : string;
26
30 public function deleteIdpMetadata(int $idpId) : void;
31}
An exception for terminatinating execution or to throw for unit testing.
getList()
This method should return an array of IDPs.
fetchIdpMetadata(int $idpId)
deleteIdpMetadata(int $idpId)
storeIdpMetadata(int $idpId, string $metadata)