Home
last modified time | relevance | path

Searched refs:cA_config (Results 1 – 2 of 2) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/consentAdmin/www/
H A DconsentAdmin.php83 $cA_config = SimpleSAML_Configuration::getConfig('module_consentAdmin.php'); variable
84 $authority = $cA_config->getValue('authority');
90 $returnURL = $cA_config->getValue('returnURL');
94 $hashAttributes = $cA_config->getValue('attributes.hash');
96 $excludeAttributes = $cA_config->getValue('attributes.exclude', array());
163 $consent_storage = sspmod_consent_Store::parseStoreConfig($cA_config->getValue('consentadmin'));
285 $template->data['showDescription'] = $cA_config->getValue('showDescription');
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/consentAdmin/www/
H A DconsentAdmin.php94 $cA_config = \SimpleSAML\Configuration::getConfig('module_consentAdmin.php'); variable
95 $authority = $cA_config->getValue('authority');
101 $returnURL = $cA_config->getValue('returnURL');
105 $hashAttributes = $cA_config->getValue('attributes.hash');
107 $excludeAttributes = $cA_config->getValue('attributes.exclude', []);
177 $consent_storage = \SimpleSAML\Module\consent\Store::parseStoreConfig($cA_config->getValue('consent…
341 $template->data['showDescription'] = $cA_config->getValue('showDescription');