Home
last modified time | relevance | path

Searched refs:consent_storage (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.php163 $consent_storage = sspmod_consent_Store::parseStoreConfig($cA_config->getValue('consentadmin')); variable
179 $isStored = $consent_storage->saveConsent($hashed_user_id, $targeted_id, $attribute_hash);
189 $rowcount = $consent_storage->deleteConsent($hashed_user_id, $targeted_id);
207 $user_consent_list = $consent_storage->getConsents($hashed_user_id);
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/consentAdmin/www/
H A DconsentAdmin.php177 $consent_storage = \SimpleSAML\Module\consent\Store::parseStoreConfig($cA_config->getValue('consent… variable
209 $isStored = $consent_storage->saveConsent($hashed_user_id, $targeted_id, $attribute_hash);
219 $rowcount = $consent_storage->deleteConsent($hashed_user_id, $targeted_id);
236 $user_consent_list = $consent_storage->getConsents($hashed_user_id);