Questions tagged [spring-security-acl]
83 questions
0
votes
1 answer
spring security permission programatic check
I have in place a spring security ACL system, and it seems to work fine, only that I `m not sure how should I perform a permission check programmatically.
My app is split into 3 layers (View,Service(Business),DAO) and I want to perform the auth in…

Videanu Adrian
- 972
- 3
- 16
- 41
0
votes
1 answer
grails: Failed to resolve dependencies - spring-security-acl
I'm trying to run-app and I've got an error:
Loading Grails 2.2.4
| Configuring classpath
| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
-…

lsv
- 1,687
- 4
- 21
- 31
0
votes
1 answer
Spring ACL using JPA but ACL impl is JDBC. Two ways
I have a dilema. I am using spring-security-acl and their jdbc implementation. Problem is, that I use JPA repository (Spring-data-jpa) in other queries. I think, that is no problem because JPA is implemented:

Daris
- 331
- 1
- 10
0
votes
1 answer
How can I ask for credentials after Spring Security ACL has thrown an AccessDeniedException?
I'm using Grails 2.2.3 and the Spring Security ACL plugin 1.1.1, and I'd like to have a URL that is open to the public and the service layer using the @PostAuthorize annotation secures the resource. We're doing it this way because to determine…

Patrick McDaniel
- 1,073
- 4
- 11
- 28
0
votes
1 answer
How to implement ACL at a group level? E.g. only teachers in school A can update school A's calendar
Trying to solve the following problem using Spring Security ACL: only teachers in school A can update school A's calendar.
Is it possible to implement such permission structure without adding an ACL entry for each teacher to have update permission…

SergeyB
- 9,478
- 4
- 33
- 47
0
votes
1 answer
Spring object level permissions without spring security ACL
I want to implement object level permissions in my project. More specifically, there would be a User, a School and a Student class. Each Student will belong to one school. Each User of the system will also belong to a School. So each User of the…

Serafeim
- 14,962
- 14
- 91
- 133
-1
votes
1 answer
Spring Boot and Security Dynamic Authentication and Authorization
I am going to develop a login page using spring boot and security which users and roles can be created by admin so the system can have many roles and users...also admin can assign the roles to users and remove them as well.
I have used good samples…

Peter
- 21
- 3
- 12
-1
votes
1 answer
Authorize Object using spring security?
I have an application that have two domain model
Organization and TicketQuestion .
Authenticated User want to create ticket that have an organization property to solve that
each user permit to some organization like this:
User1 permit to …

ali akbar azizkhani
- 2,213
- 5
- 31
- 48