Lines Matching refs:getConf
44 $logfile = $this->getConf("logFile");
47 \phpCAS::setLogger($this->getConf("logFile"));
55 …client(CAS_VERSION_2_0, $this->getConf('server'), (int) $this->getConf('port'), $this->getConf('ro…
58 if ($this->getConf('debug'))
65 if ($this->getConf('autologin')) {
71 if ($this->getConf('cert')) {
72 \phpCAS::setCasServerCert($this->getConf('cert'));
73 } elseif ($this->getConf('cacert')) {
74 \phpCAS::setCasServerCACert($this->getConf('cacert'));
79 if ($this->getConf('handlelogoutrequest')) {
80 \phpCAS::handleLogoutRequests(true, $this->getConf('handlelogoutrequestTrustedHosts'));
105 if ($this->getConf('forceauthentication') == 'true') {
156 if ($this->getConf('caslogout')) { // dokuwiki + cas logout