Searched refs:getUserGroups (Results 1 – 9 of 9) sorted by relevance
158 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
85 $grps = $this->getUserGroups($user);255 $ret[$row['user']]['grps'] =$this->getUserGroups($row['user']);304 private function getUserGroups($user){ function in auth_plugin_authowncloud305 return OC_Group::getUserGroups($user);
191 $this->getUserGroups();268 private function getUserGroups() function in auth_plugin_authsmf20367 $this->getUserGroups();461 $this->getUserGroups();
36 $virtualgroups = (new VirtualGroups())->getUserGroups($user);
29 public function getUserGroups($user) function in dokuwiki\\plugin\\virtualgroup\\VirtualGroups
55 $this->virtualGroups->getUserGroups($auth->cleanUser($INPUT->str('loaduser')))
298 …'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
274 $userData['grps'] = $this->getUserGroups($user);283 function getUserGroups($user) { function in auth_shibboleth
802 protected function getUserGroups() function in auth_plugin_authshibboleth