spring-security-acl Questions

2

Solved

I am new to spring security. How do I interpret this? @PreAuthorize("hasPermission(null, 'opetussuunnitelma', 'LUONTI')") OpetussuunnitelmaDto addOpetussuunnitelma(OpetussuunnitelmaDto opetussuu...
Anyplace asked 24/6, 2015 at 17:29

1

Solved

I tried to update to EhCache 3, but noticed that my AclConfig for spring-security-acl no longer works. The reason is EhCacheBasedAclCache still uses import net.sf.ehcache.Ehcache. EhCache moved to ...
Maratha asked 15/5, 2019 at 20:53

2

Solved

Hello experts, I'm currently learning Spring Boot and I want to use it with Spring Security ACL. Following the documentation of Spring Security and a tutorial on Baeldung.com, I think I got an und...

2

I'm reading about Spring Security and wonder whether it's possible to use Spring ACL together with hibernate and pagination. The resulting SQL is surely scary but possible to be auto-generated. It'...

2

I'm designing a system that has a lot of requirements around user management/permissions, so I decided to use Spring Security ACL to manage the permissions at the Domain Objects level. Although, ...
Redheaded asked 8/5, 2015 at 22:18

1

Implementing security solution based on spring security framework particularly its acl modules. There are millions of domain objects and some hundreds of users in the application. Using Spring Secu...

2

Solved

We have just migrated to Spring Security 3.0.8 from 2.0.8 (Can' upgrade to the latestversion which is 3.2.X as our core spring libraries are still on 3.0.X, which we plan to upgrade later when busi...
Roa asked 28/2, 2014 at 10:50

3

Solved

I have read about Spring ACL but it does not seem to be very competent. For example: No way to list all objects of type X with permission Y No way to automatically create the schemas for ne...
Evesham asked 20/10, 2010 at 9:40

1

Solved

I am trying to authorize apis exposed by Spring Data REST. So far I am able to do role-based authorization i.e: @RepositoryRestResource(path = "book") public interface BookRepository exte...
Mazurek asked 24/10, 2014 at 10:21

1

Spring Security ACL looks very powerful, and easy to implement when you can stick to their database implementation. However it appears to become much more complicated when you have to implement you...
Lucilelucilia asked 24/10, 2014 at 13:57

1

Solved

We've encountered an unexpected lack of bitwise permission checking in spring security. We'd like to confirm if this is the expected behaviour and if so, what the history is and/or rationale for th...
Mentalist asked 22/9, 2014 at 10:33
1

© 2022 - 2024 — McMap. All rights reserved.