Home
last modified time | relevance | path

Searched refs:retrieveGroups (Results 1 – 15 of 15) sorted by relevance

/plugin/authsmartcard/
Dauth.php267 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authsmartcard
268 return parent::retrieveGroups();
/plugin/approve/
H A Dadmin.php112 foreach($auth->retrieveGroups() as $group) {
/plugin/authchained/
H A Dauth.php390 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authchained
392 return $this->usermanager_auth->retrieveGroups($start,$limit);
/plugin/authsplit/
Dauth.php616 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authsplit
618 $result = $this->authplugins['secondary']->retrieveGroups($start, $limit);
DREADME148 - addGroup() / retrieveGroups(): authsplit will always route these method calls
178 retrieveGroups() - Retrieved here
/plugin/pureldap/
H A Dauth.php95 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_pureldap
/plugin/authdjango/
Dauth.php162 function retrieveGroups($start=0,$limit=0){ function in auth_plugin_authdjango
/plugin/groupadmin/
Dadmin.php100 $group_list = $this->_auth->retrieveGroups();
/plugin/authowncloud/
Dauth.php294 public function retrieveGroups($start=0,$limit=-1){ function in auth_plugin_authowncloud
/plugin/authopenldapkerberos/
Dauth.php183 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authopenldapkerberos
/plugin/authnc/
Dauth.php320 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authnc
/plugin/watchcycle/
Daction.php277 $foundGroups = $auth->retrieveGroups();
/plugin/authsmf20/
Dauth.php412 public function retrieveGroups($start = 0, $limit = 10) function in auth_plugin_authsmf20
/plugin/authserversso/
Dauth.php210 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authserversso
/plugin/authphpbb3/
Dauth.php427 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authphpbb3