> On Oct 17, 2016, at 8:31 PM, Chris Pike <[email protected]> wrote: > > If you are interested, I started playing around with a query builder that > uses the ldap API FilterBuilder internally > > https://github.com/PennState/directory-fortress-core-1/tree/feature/fc197BuilderPattern
Definitely interested. I see that you have exposed the queryBuilder to the caller: List<AdminRole> findRoles( AdminRoleQueryBuilder queryBuilder ) + throws SecurityException; What does the client code look like that uses this? Shawn
