Hello, I personally thought i could avoid it, but i seems, that the project on which I'm currently working needs an ACL. But I'm wondering, how can I archive this with Shori and the String based permissions?
Can you give me a simple example so have a point to start? Let's just assume there are users and cars in my application how would this ACL look if some users are only allowed to see/drive the car? "acl:cars:*:read" "acl:cars:id_of_the_car:see" "acl:cars:id_of_the_car:drive" "acl:cars:id_of_the_car:*" And wouldn't this decrase the performance dramaticly? Because I could have a lot of cars and users? -- View this message in context: http://shiro-user.582556.n2.nabble.com/ACL-with-Shiro-How-tp5685418p5685418.html Sent from the Shiro User mailing list archive at Nabble.com.
