DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-ldap: support search with custom search controls #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the search controls are built using the LdapConfig.
Expose a search method to allow custom search controls in search operations.

Original issue reported on code.google.com by dfis...@gmail.com on 20 Oct 2009 at 8:35

GoogleCodeExporter commented 8 years ago
Added:
  Ldap#search(SearchFilter, SearchControls)
  Ldap#search(String, SearchFilter, SearchControls)
  Ldap#search(String, SearchFilter, SearchControls, SearchResultHandler...)

AbstractLdap#search() and AbstractLdap#pagedSearch() now accept SearchControls 
rather
than return attributes.
Methods that accepts return attributes as String[], invoke
LdapConfig.getSearchControls(String[]).

Fixed in r900.

Original comment by dfis...@gmail.com on 21 Oct 2009 at 2:42