ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 }
deleteIdpMetadata($idpId)
$metadata['__DYNAMIC:1__']
storeIdpMetadata($idpId, $metadata)
fetchIdpMetadata($idpId)
getList()
This method should return an array of IDPs.