ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilSimpleSAMLphplIdpDiscovery. More...
Public Member Functions | |||||||
__construct () | |||||||
ilSimpleSAMLphplIdpDiscovery constructor. More... | |||||||
getMetadataDirectory () | |||||||
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'.
| |||||||
storeIdpMetadata (int $idpId, string $metadata) | |||||||
| |||||||
fetchIdpMetadata (int $idpId) | |||||||
| |||||||
deleteIdpMetadata (int $idpId) | |||||||
| |||||||
Data Fields | |
const | METADATA_DIRECTORY = 'auth/saml/metadata' |
Private Member Functions | |
getMetadataPath (int $idpId) | |
Class ilSimpleSAMLphplIdpDiscovery.
Definition at line 7 of file class.ilSimpleSAMLphplIdpDiscovery.php.
ilSimpleSAMLphplIdpDiscovery::__construct | ( | ) |
ilSimpleSAMLphplIdpDiscovery constructor.
Definition at line 14 of file class.ilSimpleSAMLphplIdpDiscovery.php.
ilSimpleSAMLphplIdpDiscovery::deleteIdpMetadata | ( | int | $idpId | ) |
int | $idpId |
Implements ilSamlIdpDiscovery.
Definition at line 79 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References $DIC, and getMetadataPath().
ilSimpleSAMLphplIdpDiscovery::fetchIdpMetadata | ( | int | $idpId | ) |
int | $idpId |
Implements ilSamlIdpDiscovery.
Definition at line 63 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 34 of file class.ilSimpleSAMLphplIdpDiscovery.php.
ilSimpleSAMLphplIdpDiscovery::getMetadataDirectory | ( | ) |
Definition at line 26 of file class.ilSimpleSAMLphplIdpDiscovery.php.
Referenced by getMetadataPath().
|
private |
int | $idpId |
Definition at line 43 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References getMetadataDirectory().
Referenced by deleteIdpMetadata(), fetchIdpMetadata(), and storeIdpMetadata().
ilSimpleSAMLphplIdpDiscovery::storeIdpMetadata | ( | int | $idpId, |
string | $metadata | ||
) |
int | $idpId | |
string | $metadata |
Implements ilSamlIdpDiscovery.
Definition at line 51 of file class.ilSimpleSAMLphplIdpDiscovery.php.
References $DIC, and getMetadataPath().
const ilSimpleSAMLphplIdpDiscovery::METADATA_DIRECTORY = 'auth/saml/metadata' |
Definition at line 9 of file class.ilSimpleSAMLphplIdpDiscovery.php.