Searched refs:checkAuthentication (Results 1 – 6 of 6) sorted by relevance
167 if (($this->getConf('caslogout')) && (phpCAS::checkAuthentication())) {200 if (! phpCAS::checkAuthentication()) {
118 if (\phpCAS::checkAuthentication()) {
274 …phpCAS::isAuthenticated() || ( $this->_getOption('autologin') && phpCAS::checkAuthentication() )) {362 if( phpCAS::checkAuthentication() ) {
203 … (phpCAS::isAuthenticated() or ($this->getOption('autologin') and phpCAS::checkAuthentication())) {
1136 public static function checkAuthentication() function in phpCAS1141 $auth = self::$_PHPCAS_CLIENT->checkAuthentication();
1533 public function checkAuthentication() function in CAS_Client