Home
last modified time | relevance | path

Searched refs:checkAuthentication (Results 1 – 6 of 6) sorted by relevance

/plugin/ssocas/
Daction.php167 if (($this->getConf('caslogout')) && (phpCAS::checkAuthentication())) {
200 if (! phpCAS::checkAuthentication()) {
/plugin/authcas/
Dauth.php118 if (\phpCAS::checkAuthentication()) {
/plugin/authplaincas/
Dauth.php274 …phpCAS::isAuthenticated() || ( $this->_getOption('autologin') && phpCAS::checkAuthentication() )) {
362 if( phpCAS::checkAuthentication() ) {
/plugin/authssocas/
H A Dauth.php203 … (phpCAS::isAuthenticated() or ($this->getOption('autologin') and phpCAS::checkAuthentication())) {
/plugin/authssocas/vendor/apereo/phpcas/source/
H A DCAS.php1136 public static function checkAuthentication() function in phpCAS
1141 $auth = self::$_PHPCAS_CLIENT->checkAuthentication();
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1533 public function checkAuthentication() function in CAS_Client