ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
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
7
interface
ilSamlIdpDiscovery
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
}
ilSamlIdpDiscovery
Interface ilSamlAuth.
Definition:
interface.ilSamlIdpDiscovery.php:7
ilSamlIdpDiscovery\storeIdpMetadata
storeIdpMetadata(int $idpId, string $metadata)
ilSamlIdpDiscovery\fetchIdpMetadata
fetchIdpMetadata(int $idpId)
ilSamlIdpDiscovery\deleteIdpMetadata
deleteIdpMetadata(int $idpId)
ilSamlIdpDiscovery\getList
getList()
This method should return an array of IDPs.
Services
Saml
interfaces
interface.ilSamlIdpDiscovery.php
Generated on Sun Aug 31 2025 21:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)