Home
last modified time | relevance | path

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

/plugin/authcas/
Dauth.php151 \phpCAS::forceAuthentication();
/plugin/ssocas/
Daction.php119 $cas_auth_client = phpCAS::forceAuthentication();
/plugin/authssocas/
H A Dauth.php164 phpCAS::forceAuthentication();
/plugin/authssocas/vendor/apereo/phpcas/source/
H A DCAS.php1157 public static function forceAuthentication() function in phpCAS
1161 $auth = self::$_PHPCAS_CLIENT->forceAuthentication();
/plugin/authplaincas/
Dauth.php249 phpCAS::forceAuthentication();
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php1484 public function forceAuthentication() function in CAS_Client