Home
last modified time | relevance | path

Searched refs:filtermethod (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/classes/
H A DADClient.php105 public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL)
119 $filter->add(Filters::$filtermethod('cn', $match));
149 * @param string $filtermethod The method to use for filtering
152 public function getFilteredUsers($match, $filtermethod = self::FILTER_EQUAL)
158 $filter->add(Filters::$filtermethod('sAMAccountName', $this->simpleUser($match['user'])));
161 $filter->add(Filters::$filtermethod('displayName', $match['name']));
164 $filter->add(Filters::$filtermethod('mail', $match['mail']));
168 $groups = $this->getGroups($match['grps'], $filtermethod);
51 getGroups($match = null, $filtermethod = self FILTER_EQUAL) global() argument
98 getFilteredUsers($match, $filtermethod = self FILTER_EQUAL) global() argument
H A DClient.php274 * @param string $filtermethod How to match the groups
277 abstract public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL);
253 getGroups($match = null, $filtermethod = self FILTER_EQUAL) global() argument