Lines Matching refs:getConf

100 		if ($this->getConf('logourl') != '') {
101 $caslogo = '<img src="'.$this->getConf('logourl').'" alt="" style="vertical-align: middle;" /> ';
106 $event->data->insertElement(0,'<fieldset><legend>'.$this->getConf('name').'</legend>');
109 if ($this->getConf('jshidelocal')) {
110 …lse;">Show '.$this->getConf('localname').'</a></p><p style="text-align: center;">Only use this if …
111 …t(4,'<fieldset id="normalLogin" style="display: block;"><legend>'.$this->getConf('localname').'</l…
113 $event->data->replaceElement(3,'<fieldset><legend>'.$this->getConf('localname').'</legend>');
123 if ($this->getConf('logging')) {$this->_log('user '.$casuser.' successfully authenticated');}
128 if ($this->getConf('logging')) {$this->_log('user '.$casuser.' has no local account');}
130 …msg ('Sorry; your login to '.$this->getConf('name').' succeeded but you don\'t have a valid accoun…
134 if ($this->getConf('stickysession')) {
148 if ($this->getConf('logging')) {
158 if ($this->getConf('logging')) {$this->_log('forceAuthentication failed');}
160 msg ('Sorry; your login to '.$this->getConf('name').' failed.',-1);
167 if (($this->getConf('caslogout')) && (phpCAS::checkAuthentication())) {
171 if ($this->getConf('logging')) {
182 …phpCAS::client($this->getConf('version').'.0',$this->getConf('server'),(integer) $this->getConf('p…
183 if (! ($this->getConf('servercert') or $this->getConf('servercacert'))) {
187 if ($this->getConf('servercert')) {
189 phpCAS::setCasServerCert($this->getConf('servercert'));
191 if ($this->getConf('servercacert')) {
193 phpCAS::setCasServerCACert($this->getConf('servercacert'));
198 if (! $this->getConf('stickysession')) {