Home
last modified time | relevance | path

Searched refs:cleanGroup (Results 1 – 25 of 28) sorted by relevance

12

/plugin/authchained/
H A Dauth.php444 public function cleanGroup($group) { function in auth_plugin_authchained
448 return $this->usermanager_auth->cleanGroup($group);
451 return $this->chained_auth->cleanGroup($group);
453 return parent::cleanGroup($group);
/plugin/pureldap/classes/
H A DADClient.php137 $groups[$entry->getDn()->toString()] = $this->cleanGroup($this->attr2str($entry->get('cn')));
223 public function cleanGroup($group)
348 $groups[] = $this->cleanGroup($this->config['primarygroup']);
427 return $this->cleanGroup(substr($cn, 3));
169 public function cleanGroup($group) global() function in dokuwiki\\plugin\\pureldap\\classes\\ADClient
H A DClient.php80 $config['primarygroup'] = $this->cleanGroup($config['primarygroup']);
293 abstract public function cleanGroup($group);
269 abstract public function cleanGroup($group); global() function in dokuwiki\\plugin\\pureldap\\classes\\Client
/plugin/oauth/action/
H A Duser.php81 $services = array_map([$auth, 'cleanGroup'], $services);
124 $group = $auth->cleanGroup($service->getServiceID());
164 $group = $auth->cleanGroup($service->getServiceID());
/plugin/dev/skel/
H A Dauth.php149 public function cleanGroup($group)
148 public function cleanGroup($group) global() function
/plugin/authhiorgserver/
H A Dauth.php158 $return = array($this->cleanGroup($conf["defaultgroup"]));
178 $return[] = $this->cleanGroup($group);
413 public function cleanGroup($group) { function in auth_plugin_authhiorgserver
/plugin/autogallery/
H A Dauth.php257 public function cleanGroup($group) { function in auth_plugin_autogallery
/plugin/pureldap/
H A Dauth.php107 public function cleanGroup($group)
99 public function cleanGroup($group) global() function in auth_plugin_pureldap
/plugin/fblogin/files/
H A Dfacebook.class.php251 function cleanGroup($group){ function in auth_facebook
/plugin/authsplit/
H A Dauth.php700 public function cleanGroup($group) { function in auth_plugin_authsplit
703 $result = $this->authplugins['secondary']->cleanGroup($group);
705 'authsplit:cleanGroup(): secondary auth plugin\'s '.
706 'cleanGroup("'.$group.'"): "'.$result.'".', 1, __LINE__, __FILE__
H A DREADME156 - cleanGroup(): authsplit will always route this method call to the SECONDARY
181 cleanGroup() - Determined here
/plugin/adfs/
H A Dauth.php162 public function cleanGroup($group) function in auth_plugin_adfs
/plugin/evesso/
H A Dauth.php456 return strtolower($this->cleanGroup($group));
459 public function cleanGroup($group) { function in auth_plugin_evesso
/plugin/oauth/
H A Dauth.php139 $groups_on_creation[] = $this->cleanGroup($servicename); // add service as group
H A DOAuthManager.php216 $userdata['grps'] = array_map([$auth, 'cleanGroup'], (array)$userdata['grps']);
244 if (!in_array($auth->cleanGroup($servicename), $localUserInfo['grps'])) {
/plugin/authclientcert/
H A Dauth.php89 $group = $this->cleanGroup($group);
/plugin/dokutranslate/
H A Dadmin.php102 $who = $auth->cleanGroup($who);
/plugin/authnc/
H A Dauth.php381 public function cleanGroup($group) function in auth_plugin_authnc
/plugin/authremoteuser/
H A Dauth.php335 public function cleanGroup($group) { function in auth_plugin_authremoteuser
/plugin/authvk/
H A Dauth.php338 public function cleanGroup($group) { function in auth_plugin_authvk
/plugin/authimap2/
H A Dauth.php380 public function cleanGroup($group) { function in auth_plugin_authimap2
/plugin/authucenter/
H A Dauth.php372 public function cleanGroup($group) { function in auth_plugin_authucenter
/plugin/virtualgroup/
H A Dadmin.php61 $INPUT->set('group', $auth->cleanGroup($INPUT->str('loadgroup')));
64 $this->virtualGroups->getGroupUsers($auth->cleanGroup($INPUT->str('loadgroup')))
83 static fn($group) => $auth->cleanGroup($group),
104 $group = $auth->cleanGroup($group);
144 $group = $auth->cleanGroup($group);
165 static fn($group) => $auth->cleanGroup($group),
186 $group = $auth->cleanGroup($group);
/plugin/magento/
H A Dauth.php301 public function cleanGroup( $group ) { function in auth_plugin_magento
/plugin/authplaincas/
H A Dauth.php661 function cleanGroup($group) { function in auth_plugin_authplaincas

12