|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 ($idpId, $metadata) | |
| fetchIdpMetadata ($idpId) | |
| deleteIdpMetadata ($idpId) | |
Interface ilSamlAuth.
Definition at line 7 of file interface.ilSamlIdpDiscovery.php.
| ilSamlIdpDiscovery::deleteIdpMetadata | ( | $idpId | ) |
| int | $idpId |
Implemented in ilSimpleSAMLphplIdpDiscovery.
| ilSamlIdpDiscovery::fetchIdpMetadata | ( | $idpId | ) |
| 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 | ( | $idpId, | |
| $metadata | |||
| ) |
| int | $idpId | |
| string | $metadata |
Implemented in ilSimpleSAMLphplIdpDiscovery.