I am intercepting the search request via custom interceptor and searching a third-party ldap but want to return back the result to the client. However I cannot return the EntryFilteringCursorImpl. Any techniques to achieve this by passing the result to the client. I have an EntryCursor with mutltiple entries. Next(searchContext) is not going to work obviously.
Am overriding this @Override public EntryFilteringCursor search(SearchOperationContext searchContext) throws LdapException
