Home
last modified time | relevance | path

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

/plugin/authcas/
Dauth.php74 \phpCAS::setCasServerCACert($this->getConf('cacert'));
/plugin/ssocas/
Daction.php193 phpCAS::setCasServerCACert($this->getConf('servercacert'));
/plugin/authssocas/
H A Dauth.php113 phpCAS::setCasServerCACert($cas_cacert_file);
/plugin/authssocas/vendor/apereo/phpcas/source/
H A DCAS.php1681 public static function setCasServerCACert($cert, $validate_cn = true) function in phpCAS
1687 self::$_PHPCAS_CLIENT->setCasServerCACert($cert, $validate_cn);
/plugin/authplaincas/
Dauth.php187 phpCAS::setCasServerCACert($this->_getOption('cacert'));
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php2150 public function setCasServerCACert($cert, $validate_cn) function in CAS_Client