ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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();
14
19 public function storeIdpMetadata($idpId, $metadata);
20
24 public function fetchIdpMetadata($idpId);
25
29 public function deleteIdpMetadata($idpId);
30}
$metadata['__DYNAMIC:1__']
An exception for terminatinating execution or to throw for unit testing.
getList()
This method should return an array of IDPs.
fetchIdpMetadata($idpId)
storeIdpMetadata($idpId, $metadata)
deleteIdpMetadata($idpId)