Searched refs:getUserGroups (Results 1 – 6 of 6) 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();
296 'grps' => $this->getUserGroups($entry), // we always return groups because its currently inexpensive324 protected function getUserGroups(Entry $userentry)253 protected function getUserGroups(Entry $userentry) global() 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