0

I have some data in the db And users are given Explicit read permissions on them usin Spring ACL Does Spring have any standard way of Filtering the data ?

PCB
  • 638
  • 1
  • 11
  • 22
  • To filter data you can use Hibernate/JPA but I dont understand the relationship betwween Spring ACL and filtering data. – Avinash Apr 02 '17 at 04:12
  • I am talking about filtering data based on ACL entries(spring-acl) – PCB Apr 02 '17 at 04:16
  • we need to use PreFilter or PostFilter here is how to [configure it](http://stackoverflow.com/questions/28647921/how-postfilter-and-prefilter-work) – PCB Apr 02 '17 at 11:18

1 Answers1

0

I'm not sure if you already solved it, but I've just found a implementation here.

It seems that it could be easily installed on an existing Spring project.

Adriano Machado
  • 223
  • 3
  • 16