| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class ilSimpleSAMLphplIdpDiscovery. More...
 Inheritance diagram for ilSimpleSAMLphplIdpDiscovery:
 Collaboration diagram for ilSimpleSAMLphplIdpDiscovery:Public Member Functions | |
| __construct () | |
| getMetadataDirectory () | |
| getList () | |
| This method should return an array of IDPs.  More... | |
| storeIdpMetadata (int $idpId, string $metadata) | |
| fetchIdpMetadata (int $idpId) | |
| deleteIdpMetadata (int $idpId) | |
Private Member Functions | |
| getMetadataPath (int $idpId) | |
Private Attributes | |
| const | METADATA_DIRECTORY = 'auth/saml/metadata' | 
Class ilSimpleSAMLphplIdpDiscovery.
Definition at line 25 of file class.ilSimpleSAMLphplIdpDiscovery.php.
| ilSimpleSAMLphplIdpDiscovery::__construct | ( | ) | 
Definition at line 29 of file class.ilSimpleSAMLphplIdpDiscovery.php.
| ilSimpleSAMLphplIdpDiscovery::deleteIdpMetadata | ( | int | $idpId | ) | 
Implements ilSamlIdpDiscovery.
Definition at line 75 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References $DIC, and getMetadataPath().
 Here is the call graph for this function:| ilSimpleSAMLphplIdpDiscovery::fetchIdpMetadata | ( | int | $idpId | ) | 
Implements ilSamlIdpDiscovery.
Definition at line 62 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References $DIC, and getMetadataPath().
 Here is the call graph for this function:| ilSimpleSAMLphplIdpDiscovery::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'.
Implements ilSamlIdpDiscovery.
Definition at line 43 of file class.ilSimpleSAMLphplIdpDiscovery.php.
| ilSimpleSAMLphplIdpDiscovery::getMetadataDirectory | ( | ) | 
Definition at line 38 of file class.ilSimpleSAMLphplIdpDiscovery.php.
Referenced by getMetadataPath().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 48 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References getMetadataDirectory().
Referenced by deleteIdpMetadata(), fetchIdpMetadata(), and storeIdpMetadata().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilSimpleSAMLphplIdpDiscovery::storeIdpMetadata | ( | int | $idpId, | 
| string | $metadata | ||
| ) | 
Implements ilSamlIdpDiscovery.
Definition at line 53 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References $DIC, and getMetadataPath().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 27 of file class.ilSimpleSAMLphplIdpDiscovery.php.