hi everybody,

I use Spring Security Acl in my application and everything works fine, but i have two questions :

1) How can I use the methods of JdbcMutableAclService to get all acl entry of a sid ? (or how can i get all permissions of domain objects that assigned to a user in my application)

2) Is it correct that i query on the acl tables directly to get my required data, instead of using JdbcMutableAclService ?


Thanks in advance.