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 ----- Original Message ----- From: "Shawn McKinney" <[email protected]> To: [email protected] Sent: Thursday, October 13, 2016 4:53:24 PM Subject: Re: Fortress Properties > On Oct 13, 2016, at 2:54 PM, Chris Pike <[email protected]> wrote: > > So how would this work in regards to admin permissions? > > Right now I need AdminMgr.updateUser to update ftProps on a user and > ReviewMgr.findUsers to search for a user > > Are we OK with PropertyManager.update and PropertyManager.search giving me > broader access across many types of objects? Yep. The manager method can either infer or be passed the type which leads to a switch that calls the intended target.
