ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
getList () | |
This method should return an array of IDPs. More... | |
storeIdpMetadata (int $idpId, string $metadata) | |
fetchIdpMetadata (int $idpId) | |
deleteIdpMetadata (int $idpId) | |
Definition at line 21 of file interface.ilSamlIdpDiscovery.php.
ilSamlIdpDiscovery::deleteIdpMetadata | ( | int | $idpId | ) |
Implemented in ilSimpleSAMLphplIdpDiscovery.
ilSamlIdpDiscovery::fetchIdpMetadata | ( | int | $idpId | ) |
Implemented in ilSimpleSAMLphplIdpDiscovery.
ilSamlIdpDiscovery::getList | ( | ) |
This method should return an array of IDPs.
Each element should be an array as well, providing at least a value for key 'entityid'.
Implemented in ilSimpleSAMLphplIdpDiscovery.
ilSamlIdpDiscovery::storeIdpMetadata | ( | int | $idpId, |
string | $metadata | ||
) |
Implemented in ilSimpleSAMLphplIdpDiscovery.