Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DIdentity.php158 return auth_isadmin(self::getUser(), self::getUserGroups());
165 return auth_isMember($group, self::getUser(), self::getUserGroups());
186 private static function getUserGroups() function in ComboStrap\\Identity
/plugin/authowncloud/
Dauth.php85 $grps = $this->getUserGroups($user);
255 $ret[$row['user']]['grps'] =$this->getUserGroups($row['user']);
304 private function getUserGroups($user){ function in auth_plugin_authowncloud
305 return OC_Group::getUserGroups($user);
/plugin/authsmf20/
Dauth.php191 $this->getUserGroups();
268 private function getUserGroups() function in auth_plugin_authsmf20
367 $this->getUserGroups();
461 $this->getUserGroups();
/plugin/virtualgroup/
Daction.php36 $virtualgroups = (new VirtualGroups())->getUserGroups($user);
DVirtualGroups.php29 public function getUserGroups($user) function in dokuwiki\\plugin\\virtualgroup\\VirtualGroups
Dadmin.php55 $this->virtualGroups->getUserGroups($auth->cleanUser($INPUT->str('loaduser')))
/plugin/pureldap/classes/
H A DADClient.php298 …'grps' => $this->getUserGroups($entry), // we always return groups because its currently inexpensi…
326 protected function getUserGroups(Entry $userentry) function in dokuwiki\\plugin\\pureldap\\classes\\ADClient
/plugin/shibbolethauth/files/
Dshibboleth.class.php274 $userData['grps'] = $this->getUserGroups($user);
283 function getUserGroups($user) { function in auth_shibboleth
/plugin/authshibboleth/plugin/authshibboleth/
Dauth.php802 protected function getUserGroups() function in auth_plugin_authshibboleth