Lines Matching refs:_options
37 var $_options = array(); variable in auth_plugin_authplaincas
130 $this->_options = (array) $conf['plugin']['authplaincas'] + $defaults;
133 $this->_options['server'] = $this->getConf('server');
134 $this->_options['rootcas'] = $this->getConf('rootcas');
135 $this->_options['port'] = $this->getConf('port');
136 $this->_options['samlValidate'] = $this->getConf('samlValidate');
137 $this->_options['handlelogoutrequest'] = $this->getConf('handlelogoutrequest');
138 …$this->_options['handlelogoutrequestTrustedHosts'] = $this->getConf('handlelogoutrequestTrustedHos…
139 $this->_options['minimalgroups'] = $this->getConf('minimalgroups');
140 $this->_options['localusers'] = $this->getConf('localusers');
147 $this->_options['autologin'] = false;
150 $this->_options['autologin'] = $this->getConf('autologin');
154 $this->_options['localusers'] = false;
156 if($this->_options['localusers'] && !@is_readable($this->localuserfile)) {
213 if (isset($this->_options[$optionName])) {
217 if (!$this->_options[$optionName]) {
221 $arr = explode(',', $this->_options[$optionName]);
228 return $this->_options[$optionName];