ILIAS  release_7 Revision v7.30-3-g800a261c036
ilSamlIdpDiscovery Interface Reference

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)
 

Detailed Description

Interface ilSamlAuth.

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

Member Function Documentation

◆ deleteIdpMetadata()

ilSamlIdpDiscovery::deleteIdpMetadata ( int  $idpId)
Parameters
int$idpId

Implemented in ilSimpleSAMLphplIdpDiscovery.

◆ fetchIdpMetadata()

ilSamlIdpDiscovery::fetchIdpMetadata ( int  $idpId)
Parameters
int$idpId
Returns
string

Implemented in ilSimpleSAMLphplIdpDiscovery.

◆ 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
array

Implemented in ilSimpleSAMLphplIdpDiscovery.

◆ storeIdpMetadata()

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

Implemented in ilSimpleSAMLphplIdpDiscovery.


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