Lines Matching refs:getSessionValue
980 phpCAS :: trace("Session is authenticated as: " . $this->getSessionValue('user'));
1156 protected function getSessionValue($key, $default = null) function in CAS_Client
1542 } else if ($this->getSessionValue('auth_checked')) {
1549 $unauth_count = $this->getSessionValue('unauth_count', -2);
1744 return !!$this->getSessionValue('user');
1772 && $this->getSessionValue('pgt')
1775 $this->_setUser($this->getSessionValue('user'));
1777 $this->setAttributes($this->getSessionValue('attributes'));
1779 $this->_setPGT($this->getSessionValue('pgt'));
1781 'user = `'.$this->getSessionValue('user').'\', PGT = `'
1782 .$this->getSessionValue('pgt').'\''
1787 $this->_setProxies($this->getSessionValue('proxies'));
1790 .implode('", "', $this->getSessionValue('proxies')).'"'
1796 && !$this->getSessionValue('pgt')
1800 'username found (`'.$this->getSessionValue('user')
1807 && $this->getSessionValue('pgt')
1811 'PGT found (`'.$this->getSessionValue('pgt')
1824 $this->_setUser($this->getSessionValue('user'));
1826 $this->setAttributes($this->getSessionValue('attributes'));
1828 phpCAS::trace('user = `'.$this->getSessionValue('user').'\'');
1832 $this->_setProxies($this->getSessionValue('proxies'));
1835 .implode('", "', $this->getSessionValue('proxies')).'"'