|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Interface ilSamlAuth. More...
Inheritance diagram for ilSamlIdpDiscovery:
Collaboration diagram for ilSamlIdpDiscovery:Public Member Functions | |
| getList () | |
| This method should return an array of IDPs. More... | |
| storeIdpMetadata (int $idpId, string $metadata) | |
| fetchIdpMetadata (int $idpId) | |
| deleteIdpMetadata (int $idpId) | |
Interface ilSamlAuth.
Definition at line 7 of file interface.ilSamlIdpDiscovery.php.
| ilSamlIdpDiscovery::deleteIdpMetadata | ( | int | $idpId | ) |
| int | $idpId |
Implemented in ilSimpleSAMLphplIdpDiscovery.
| ilSamlIdpDiscovery::fetchIdpMetadata | ( | int | $idpId | ) |
| 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 | ||
| ) |
| int | $idpId | |
| string | $metadata |
Implemented in ilSimpleSAMLphplIdpDiscovery.