Home
last modified time | relevance | path

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

/plugin/authsmartcard/
H A Dauth.php267 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authsmartcard
268 return parent::retrieveGroups();
/plugin/pureldap/
H A Dauth.php89 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 Dadmin.php140 foreach($auth->retrieveGroups() as $group) {
/plugin/authchained/
H A Dauth.php388 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authchained
390 return $this->usermanager_auth->retrieveGroups($start,$limit);
/plugin/authdjango/
H A Dauth.php118 function retrieveGroups($start=0,$limit=0){ function in auth_plugin_authdjango
/plugin/authsplit/
H A Dauth.php616 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 DREADME148 - addGroup() / retrieveGroups(): authsplit will always route these method calls
178 retrieveGroups() - Retrieved here
/plugin/groupadmin/
H A Dadmin.php100 $group_list = $this->_auth->retrieveGroups();
/plugin/authowncloud/
H A Dauth.php294 public function retrieveGroups($start=0,$limit=-1){ function in auth_plugin_authowncloud
/plugin/authnc/
H A Dauth.php320 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authnc
/plugin/authopenldapkerberos/
H A Dauth.php183 public function retrieveGroups($start = 0, $limit = 0) function in auth_plugin_authopenldapkerberos
/plugin/watchcycle/
H A Daction.php275 $foundGroups = $auth->retrieveGroups();
/plugin/authsmf20/
H A Dauth.php412 public function retrieveGroups($start = 0, $limit = 10) function in auth_plugin_authsmf20
/plugin/authphpbb3/
H A Dauth.php427 public function retrieveGroups($start = 0, $limit = 0) { function in auth_plugin_authphpbb3