Lines Matching refs:phpCAS
47 \phpCAS::setLogger($this->getConf("logFile"));
49 else \phpCAS::setLogger();
51 \phpCAS::setVerbose(false);
55 …\phpCAS::client(CAS_VERSION_2_0, $this->getConf('server'), (int) $this->getConf('port'), $this->ge…
66 \phpCAS::setCacheTimesForAuthRecheck(1);
68 \phpCAS::setCacheTimesForAuthRecheck(-1);
72 \phpCAS::setCasServerCert($this->getConf('cert'));
74 \phpCAS::setCasServerCACert($this->getConf('cacert'));
76 \phpCAS::setNoCasServerValidation();
80 \phpCAS::handleLogoutRequests(true, $this->getConf('handlelogoutrequestTrustedHosts'));
82 \phpCAS::handleLogoutRequests(false);
118 if (\phpCAS::checkAuthentication()) {
119 $user = \phpCAS::getUser();
136 $attributes = \phpCAS::getAttributes();
138 $userinfo[$key] = \phpCAS::getAttribute($key);
151 \phpCAS::forceAuthentication();
163 \phpCAS::logoutWithRedirectService($logout_url);
171 return \phpCAS::getServerLoginURL();