Home
last modified time | relevance | path

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

/plugin/authplaincas/
Dauth.php161 if($this->_getOption("logFile")){ phpCAS::setDebug($this->_getOption("logFile"));}
165 if($this->_getOption("samlValidate")) {
168 …phpCAS::client($server_version, $this->_getOption('server'), (int) $this->_getOption('port'), $thi…
183 if($this->_getOption('cert')) {
184 phpCAS::setCasServerCert($this->_getOption('cert'));
186 elseif($this->_getOption('cacert')) {
187 phpCAS::setCasServerCACert($this->_getOption('cacert'));
193 if($this->_getOption('handlelogoutrequest')) {
194 phpCAS::handleLogoutRequests(true, $this->_getOption('handlelogoutrequestTrustedHosts'));
200 if (@is_readable($this->_getOption('settings_file'))) {
[all …]