Lines Matching refs:Control
14 use FreeDSx\Ldap\Control\Control;
15 use FreeDSx\Ldap\Control\ControlBag;
16 use FreeDSx\Ldap\Control\Sorting\SortingControl;
17 use FreeDSx\Ldap\Control\Sorting\SortKey;
118 * @param Control ...$controls
122 public function compare($dn, string $attributeName, string $value, Control ...$controls): bool
134 * @param Control ...$controls
138 public function create(Entry $entry, Control ...$controls): LdapMessageResponse
151 * @param Control ...$controls
155 public function read(string $entry = '', $attributes = [], Control ...$controls): ?Entry
172 * @param Control ...$controls
176 public function readOrFail(string $entry = '', $attributes = [], Control ...$controls): Entry
193 * @param Control ...$controls
197 public function delete(string $entry, Control ...$controls): LdapMessageResponse
206 * @param Control ...$controls
210 public function update(Entry $entry, Control ...$controls): LdapMessageResponse
249 * @param Control ...$controls
253 public function search(SearchRequest $request, Control ...$controls): Entries
303 * @param Control ...$controls
309 public function send(RequestInterface $request, Control ...$controls): ?LdapMessageResponse
318 * @param Control ...$controls
324 public function sendAndReceive(RequestInterface $request, Control ...$controls): LdapMessageResponse