spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

SEC-2379: add support for ACL filtered SQL pagination with Hibernate or JPA

Open spring-projects-issues opened this issue 12 years ago • 8 comments

Thomas Koch (Migrated from SEC-2379) said:

I've a model class supported by Hibernate/JPA with row level security and a PagingAndSortingRepository interface for this model. I want to call findAll(pageable) on this repository and get a list of only those model instances to which the current principal has read access to.

The method should not be unnecessarily slow or waste resources. This might mean that the ACL filtering should be done by the database.

All features of Spring Security ACL should still be supported, in particular hierarchic ACL. The later should be possible with recursive query evaluation.

spring-projects-issues avatar Oct 29 '13 01:10 spring-projects-issues

+1

gustavodegeus avatar Mar 08 '16 20:03 gustavodegeus

+1

denov avatar Oct 26 '16 22:10 denov

+1

simiii avatar Nov 28 '17 09:11 simiii

+1

jlchn avatar Apr 17 '18 06:04 jlchn

+1

Volodymyr128 avatar Apr 20 '18 14:04 Volodymyr128

+1

yukinami avatar May 22 '18 08:05 yukinami

+1

janstadler avatar Jun 07 '18 15:06 janstadler

+1

0xRelu avatar Jun 13 '25 11:06 0xRelu