> On Jul 29, 2019, at 8:43 AM, Emmanuel Lécharny <[email protected]> wrote: > > If the data come from a LDAP server, you can use the PagedSearch control to > manage paging conveniently. Of course, that's only valid for LDAP backed data. > > That means you will have to add some abstraction for pagination in Fortress...
Yes, the page control will have to work across both LDAP and Apache CXF. As Fortress is stateless that means the cookie will have to be passed in the request/response message via REST. I’m guessing it also means that new methods will have to be created for every entity search that is paged. Not particular complex but from a work perspective, not trivial. In the beginning we could add this for users only, as this is likely the most common use case. —Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
