Home
last modified time | relevance | path

Searched refs:getUserGroups (Results 1 – 6 of 6) 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/
H A 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/
H A Dauth.php191 $this->getUserGroups();
268 private function getUserGroups() function in auth_plugin_authsmf20
367 $this->getUserGroups();
461 $this->getUserGroups();
/plugin/pureldap/classes/
H A DADClient.php296 'grps' => $this->getUserGroups($entry), // we always return groups because its currently inexpensive
324 protected function getUserGroups(Entry $userentry)
253 protected function getUserGroups(Entry $userentry) global() function in dokuwiki\\plugin\\pureldap\\classes\\ADClient
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php274 $userData['grps'] = $this->getUserGroups($user);
283 function getUserGroups($user) { function in auth_shibboleth
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php802 protected function getUserGroups() function in auth_plugin_authshibboleth