/plugin/authdrupal7/ |
H A D | auth.php | 122 …* @param bool $requireGroups when true, group membership information should be included in the re… 126 public function getUserData($user, $requireGroups=true) { argument 127 if($this->_cacheExists($user, $requireGroups)) { 132 $info = $this->_getUserInfo($user, $requireGroups); 149 * @param bool $requireGroups true if group memberships should be included 155 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) { argument 163 if (($requireGroups == true) && $info && !isset($info['grps'])) { 517 * @param bool $requireGroups true, if cached info should include group memberships 521 protected function _cacheExists($user, $requireGroups=true) { argument 526 if (!$requireGroups || isset($this->cacheUserInfo[$user]['grps'])) {
|
/plugin/authdrupal8/ |
H A D | auth.php | 117 * @param bool $requireGroups when true, group membership information should be included in the returned array; 121 public function getUserData($user, $requireGroups=true) { 122 if($this->_cacheExists($user, $requireGroups)) { 127 $info = $this->_getUserInfo($user, $requireGroups); 144 * @param bool $requireGroups true if group memberships should be included 150 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) { 158 if (($requireGroups == true) && $info && !isset($info['grps'])) { 512 * @param bool $requireGroups true, if cached info should include group memberships 516 protected function _cacheExists($user, $requireGroups=true) { 521 if (!$requireGroups || isse 132 getUserData($user, $requireGroups = true) global() argument 161 _getUserInfo($user, $requireGroups = true, $useCache = true) global() argument 527 _cacheExists($user, $requireGroups = true) global() argument [all...] |
/plugin/autogallery/ |
H A D | auth.php | 102 * @param bool $requireGroups whether or not the returned data must include groups 104 public function getUserData($user, $requireGroups=true) { argument
|
/plugin/authhttp/ |
H A D | auth.php | 113 * @param bool $requireGroups ignored, this plugin always returns groups 116 public function getUserData($user, $requireGroups = true) { 111 getUserData($user, $requireGroups = true) global() argument
|
/plugin/authmantis/ |
H A D | auth.php | 127 * @param bool $requireGroups whether or not the returned data must include groups 130 public function getUserData($user, $requireGroups = true) { argument
|
/plugin/pureldap/ |
H A D | auth.php | 67 public function getUserData($user, $requireGroups = true) 69 $info = $this->client->getCachedUser($user, $requireGroups); 60 getUserData($user, $requireGroups = true) global() argument
|
/plugin/authgooglesheets/ |
H A D | auth.php | 57 * @param bool $requireGroups 60 public function getUserData($user, $requireGroups = true) argument
|
/plugin/authnc/ |
H A D | auth.php | 152 * @param bool $requireGroups whether or not the returned data must include groups 156 public function getUserData($user, $requireGroups=true) argument 162 if ($requireGroups) {
|
/plugin/dev/skel/ |
H A D | auth.php | 73 public function getUserData($user, $requireGroups = true) 72 getUserData($user, $requireGroups = true) global() argument
|
/plugin/authwordpress/ |
H A D | auth.php | 204 * @param bool $requireGroups defaults to true 208 public function getUserData($user, $requireGroups = true) argument
|
/plugin/authsaml/ |
H A D | auth.php | 56 public function getUserData($user, $requireGroups = true) argument
|
/plugin/authsplit/ |
H A D | auth.php | 325 * @param bool $requireGroups whether to return user's groups as well 328 public function getUserData($user, $requireGroups = true) { argument 340 $userinfo = $this->authplugins['secondary']->getUserData($user, $requireGroups);
|
/plugin/authopenldapkerberos/ |
H A D | auth.php | 43 public function getUserData($user, $requireGroups = true) argument 61 if($requireGroups) {
|
/plugin/authimap/ |
H A D | auth.php | 95 public function getUserData($user, $requireGroups = false) { argument
|
/plugin/notification/action/ |
H A D | cron.php |
|
/plugin/authremoteuser/ |
H A D | auth.php | 108 * @param bool $requireGroups (optional) ignored by this plugin, grps info always supplied 111 public function getUserData($user, $requireGroups=true) { argument
|
/plugin/authsmf20/ |
H A D | auth.php | 316 * @param bool $requireGroups Whether or not the returned data must include groups 326 public function getUserData($user, $requireGroups = true) argument
|
/plugin/authvk/ |
H A D | auth.php | 109 * @param bool $requireGroups (optional) ignored by this plugin, grps info always supplied 112 public function getUserData($user, $requireGroups=true) { argument
|
/plugin/authimap2/ |
H A D | auth.php | 113 * @param bool $requireGroups whether or not the returned data must include groups 115 public function getUserData($user, $requireGroups=true) { argument
|
/plugin/authshibboleth/plugin/authshibboleth/ |
H A D | auth.php | 231 * @param bool $requireGroups (optional) ignored by this plugin, grps info always supplied 234 public function getUserData($user, $requireGroups=true) { argument
|
/plugin/authchained/ |
H A D | auth.php | 236 public function getUserData($user, $requireGroups=true) { argument
|
/plugin/authldaplocal/ |
H A D | auth.php | 166 … * @param bool $requireGroups (optional) - ignored, groups are always supplied by this plugin 169 public function getUserData($user, $requireGroups=true) { argument
|
/plugin/authyubikey/ |
H A D | auth.php.org | 84 * @param bool $requireGroups (optional) ignored by this plugin, grps info always supplied 87 public function getUserData($user, $requireGroups=true) {
|
/plugin/authplaincas/ |
H A D | auth.php | 566 function getUserData($user, $requireGroups=true) { argument
|
/plugin/authphpbb3/ |
H A D | auth.php | 251 public function getUserData($user, $requireGroups = true) { argument
|