Home
last modified time | relevance | path

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

/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php302 if ($this->getShibVar($sessionVarName)) {
305 $userId = $this->getShibVar($this->getConf(self::CONF_VAR_REMOTE_USER));
454 protected function getShibVar($varName, $multivalue = false) function in auth_plugin_authshibboleth
488 return $this->getShibVar($this->getConf(self::CONF_VAR_REMOTE_USER));
499 $mails = $this->getShibVar($this->getConf(self::CONF_VAR_MAIL), true);
523 $userDisplayName = $this->getShibVar($userDisplayNameVar);
548 $value = $this->getShibVar($var);
675 $values = $this->getShibVar($sourceAttributeName, true);