> On Oct 25, 2016, at 9:17 AM, Chris Pike <[email protected]> wrote:
> 
> We don't use the fortress provided "REST" interface, but my concern would be 
> that the query builders use the apache ldap api FilterBuilder class 
> internally 
> (https://directory.apache.org/api/gen-docs/latest/apidocs/org/apache/directory/ldap/client/api/search/FilterBuilder.html),
>  so we'd have to see if that would serialize correctly. Also, if someone was 
> trying to build a RoleQueryBuilder without the help of the java libraries, 
> might be difficult. 
> 
> At the end of the day, the result of the QueryBuilder is a filter string, so 
> perhaps the RoleQueryBuilder would need to have it's own internal 
> representation that got converted to FilterBuilders as part of building the 
> string.

With jaxb we only serialize the attributes that carry the data elements to and 
fro so you’re right there’d be some work here.  But this isn’t rocket science 
right?  We’ll figure something out.

Shawn

Reply via email to