ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilSamlIdpDiscovery Interface Reference
+ 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)
 

Detailed Description

Definition at line 21 of file interface.ilSamlIdpDiscovery.php.

Member Function Documentation

◆ deleteIdpMetadata()

ilSamlIdpDiscovery::deleteIdpMetadata ( int  $idpId)

◆ fetchIdpMetadata()

ilSamlIdpDiscovery::fetchIdpMetadata ( int  $idpId)

◆ getList()

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'.

Returns
list<array{entityid: string}>

Implemented in ilSimpleSAMLphplIdpDiscovery.

◆ storeIdpMetadata()

ilSamlIdpDiscovery::storeIdpMetadata ( int  $idpId,
string  $metadata 
)

The documentation for this interface was generated from the following file: