Lines Matching refs:phpCAS
82 phpCAS::setLogger($logger);
83 phpCAS::setVerbose(true);
93 phpCAS::client(
102 phpCAS::setCacheTimesForAuthRecheck(-1);
104 phpCAS::setCacheTimesForAuthRecheck(1);
113 phpCAS::setCasServerCACert($cas_cacert_file);
115 phpCAS::setNoCasServerValidation();
120 phpCAS::handleLogoutRequests(true, $this->getOption('handlelogoutrequestTrustedHosts'));
122 phpCAS::handleLogoutRequests(false);
163 phpCAS::setFixedServiceURL($login_url);
164 phpCAS::forceAuthentication();
184 @phpCAS::logoutWithRedirectService($logout_url);
186 phpCAS::handleLogoutRequests();
203 …if (phpCAS::isAuthenticated() or ($this->getOption('autologin') and phpCAS::checkAuthentication())…
205 $USERINFO = $this->cas_user_attributes(phpCAS::getAttributes());