ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 string | METADATA_DIRECTORY = 'auth/saml/metadata' |
Definition at line 21 of file class.ilSimpleSAMLphplIdpDiscovery.php.
ilSimpleSAMLphplIdpDiscovery::__construct | ( | ) |
Definition at line 25 of file class.ilSimpleSAMLphplIdpDiscovery.php.
ilSimpleSAMLphplIdpDiscovery::deleteIdpMetadata | ( | int | $idpId | ) |
Implements ilSamlIdpDiscovery.
Definition at line 71 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References $DIC, and getMetadataPath().
ilSimpleSAMLphplIdpDiscovery::fetchIdpMetadata | ( | int | $idpId | ) |
Implements ilSamlIdpDiscovery.
Definition at line 58 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References $DIC, and getMetadataPath().
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 39 of file class.ilSimpleSAMLphplIdpDiscovery.php.
ilSimpleSAMLphplIdpDiscovery::getMetadataDirectory | ( | ) |
Definition at line 34 of file class.ilSimpleSAMLphplIdpDiscovery.php.
Referenced by getMetadataPath().
|
private |
Definition at line 44 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References getMetadataDirectory().
Referenced by deleteIdpMetadata(), fetchIdpMetadata(), and storeIdpMetadata().
ilSimpleSAMLphplIdpDiscovery::storeIdpMetadata | ( | int | $idpId, |
string | $metadata | ||
) |
Implements ilSamlIdpDiscovery.
Definition at line 49 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References $DIC, and getMetadataPath().
|
private |
Definition at line 23 of file class.ilSimpleSAMLphplIdpDiscovery.php.