Home
last modified time | relevance | path

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

/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php749 $this->setUserVar(self::USER_UID, $userId);
771 $this->setUserVar(self::USER_NAME, $userDisplayName);
793 $this->setUserVar(self::USER_MAIL, $mail);
815 $this->setUserVar(self::USER_GRPS, $groups);
825 protected function setUserVar($varName, $varValue) function in auth_plugin_authshibboleth