Searched refs:retrieveGroups (Results 1 – 14 of 14) sorted by relevance
/plugin/authsmartcard/ |
H A D | auth.php | 267 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authsmartcard 268 return parent::retrieveGroups();
|
/plugin/pureldap/ |
H A D | auth.php | 89 public function retrieveGroups($start = 0, $limit = 0) 81 public function retrieveGroups($start = 0, $limit = 0) global() function in auth_plugin_pureldap
|
/plugin/approve/ |
H A D | admin.php | 112 foreach($auth->retrieveGroups() as $group) {
|
/plugin/authchained/ |
H A D | auth.php | 388 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authchained 390 return $this->usermanager_auth->retrieveGroups($start,$limit);
|
/plugin/authdjango/ |
H A D | auth.php | 118 function retrieveGroups($start=0,$limit=0){ function in auth_plugin_authdjango
|
/plugin/authsplit/ |
H A D | auth.php | 616 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authsplit 618 $result = $this->authplugins['secondary']->retrieveGroups($start, $limit); 621 'authsplit:retrieveGroups(): secondary auth plugin\'s '. 622 'retrieveGroups() failed.', -1, __LINE__, __FILE__
|
H A D | README | 148 - addGroup() / retrieveGroups(): authsplit will always route these method calls 178 retrieveGroups() - Retrieved here
|
/plugin/groupadmin/ |
H A D | admin.php | 100 $group_list = $this->_auth->retrieveGroups();
|
/plugin/authowncloud/ |
H A D | auth.php | 294 public function retrieveGroups($start=0,$limit=-1){ function in auth_plugin_authowncloud
|
/plugin/authnc/ |
H A D | auth.php | 320 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authnc
|
/plugin/authopenldapkerberos/ |
H A D | auth.php | 183 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authopenldapkerberos
|
/plugin/watchcycle/ |
H A D | action.php | 277 $foundGroups = $auth->retrieveGroups();
|
/plugin/authsmf20/ |
H A D | auth.php | 412 public function retrieveGroups($start = 0, $limit = 10) function in auth_plugin_authsmf20
|
/plugin/authphpbb3/ |
H A D | auth.php | 427 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authphpbb3
|