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

Extensible strategy-based Spring Security ACL implementation ; available modules are : PermissionEvaluator, JPA Specification and ElasticSearch Filter

Results 6 strategy-spring-security-acl issues
Sort by recently updated
recently updated
newest added

Hello Francois, Is this project still alive? I see no updates for more than a year, and there has been newer versions of Spring Boot & Spring Data JPA. Also,...

@lordlothar99 Thank you so much for such a great library I am a little stuck in integrating it. Step followed: 1. I have defined EnableJpaRepositories like below `@EnableJpaRepositories( value =...

Actually all you have to do is creating a constructor in com.github.lothar.security.acl.jpa.repository.AclJpaRepositoryFactoryBean and com.github.lothar.security.acl.elasticsearch.repository.AclElasticsearchRepositoryFactoryBean

query methods with Sort or Pageable are not cached --> ACL restriction is not injected yet

bug