|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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) | |
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.