Home
last modified time | relevance | path

Searched refs:requireGroups (Results 1 – 25 of 25) sorted by relevance

/plugin/authdrupal7/
H A Dauth.php122 …* @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 Dauth.php117 * @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 Dauth.php102 * @param bool $requireGroups whether or not the returned data must include groups
104 public function getUserData($user, $requireGroups=true) { argument
/plugin/authhttp/
H A Dauth.php113 * @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 Dauth.php127 * @param bool $requireGroups whether or not the returned data must include groups
130 public function getUserData($user, $requireGroups = true) { argument
/plugin/pureldap/
H A Dauth.php67 public function getUserData($user, $requireGroups = true)
69 $info = $this->client->getCachedUser($user, $requireGroups);
60 getUserData($user, $requireGroups = true) global() argument
/plugin/authgooglesheets/
H A Dauth.php57 * @param bool $requireGroups
60 public function getUserData($user, $requireGroups = true) argument
/plugin/authnc/
H A Dauth.php152 * @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 Dauth.php73 public function getUserData($user, $requireGroups = true)
72 getUserData($user, $requireGroups = true) global() argument
/plugin/authwordpress/
H A Dauth.php204 * @param bool $requireGroups defaults to true
208 public function getUserData($user, $requireGroups = true) argument
/plugin/authsaml/
H A Dauth.php56 public function getUserData($user, $requireGroups = true) argument
/plugin/authsplit/
H A Dauth.php325 * @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 Dauth.php43 public function getUserData($user, $requireGroups = true) argument
61 if($requireGroups) {
/plugin/authimap/
H A Dauth.php95 public function getUserData($user, $requireGroups = false) { argument
/plugin/notification/action/
H A Dcron.php130 $userinfo = $auth->getUserData($user, $requireGroups = false);
/plugin/authremoteuser/
H A Dauth.php108 * @param bool $requireGroups (optional) ignored by this plugin, grps info always supplied
111 public function getUserData($user, $requireGroups=true) { argument
/plugin/authsmf20/
H A Dauth.php316 * @param bool $requireGroups Whether or not the returned data must include groups
326 public function getUserData($user, $requireGroups = true) argument
/plugin/authvk/
H A Dauth.php109 * @param bool $requireGroups (optional) ignored by this plugin, grps info always supplied
112 public function getUserData($user, $requireGroups=true) { argument
/plugin/authimap2/
H A Dauth.php113 * @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 Dauth.php231 * @param bool $requireGroups (optional) ignored by this plugin, grps info always supplied
234 public function getUserData($user, $requireGroups=true) { argument
/plugin/authchained/
H A Dauth.php236 public function getUserData($user, $requireGroups=true) { argument
/plugin/authldaplocal/
H A Dauth.php166 … * @param bool $requireGroups (optional) - ignored, groups are always supplied by this plugin
169 public function getUserData($user, $requireGroups=true) { argument
/plugin/authyubikey/
H A Dauth.php.org84 * @param bool $requireGroups (optional) ignored by this plugin, grps info always supplied
87 public function getUserData($user, $requireGroups=true) {
/plugin/authplaincas/
H A Dauth.php566 function getUserData($user, $requireGroups=true) { argument
/plugin/authphpbb3/
H A Dauth.php251 public function getUserData($user, $requireGroups = true) { argument