ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
storeIdpMetadata(int $idpId, string $metadata)
fetchIdpMetadata(int $idpId)
deleteIdpMetadata(int $idpId)
getList()
This method should return an array of IDPs.