Lines Matching refs:phpCAS
161 if($this->_getOption("logFile")){ phpCAS::setDebug($this->_getOption("logFile"));}
168 …phpCAS::client($server_version, $this->_getOption('server'), (int) $this->_getOption('port'), $thi…
175 phpCAS::setCacheTimesForAuthRecheck(-1);
180 phpCAS::setCacheTimesForAuthRecheck(1);
184 phpCAS::setCasServerCert($this->_getOption('cert'));
187 phpCAS::setCasServerCACert($this->_getOption('cacert'));
190 phpCAS::setNoCasServerValidation();
194 phpCAS::handleLogoutRequests(true, $this->_getOption('handlelogoutrequestTrustedHosts'));
197 phpCAS::handleLogoutRequests(false);
248 phpCAS::setFixedServiceURL($login_url);
249 phpCAS::forceAuthentication();
260 @phpCAS::logoutWithRedirectService($logout_url);
274 …if (phpCAS::isAuthenticated() || ( $this->_getOption('autologin') && phpCAS::checkAuthentication()…
276 $remoteUser = phpCAS::getUser();
282 $attributes = plaincas_user_attributes(phpCAS::getAttributes());
306 $attributes = plaincas_user_attributes(phpCAS::getAttributes());
362 if( phpCAS::checkAuthentication() ) {
363 $attributes = plaincas_pattern_attributes(phpCAS::getAttributes());