Home
last modified time | relevance | path

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

/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php738 return $this->getUserVar(self::USER_UID);
760 return $this->getUserVar(self::USER_NAME);
782 return $this->getUserVar(self::USER_MAIL);
804 return $this->getUserVar(self::USER_GRPS);
837 protected function getUserVar($varName) function in auth_plugin_authshibboleth