Re: Tapestry-security/shiro check for 'any' permission

2017-04-20 Thread Barry Books
It's been a while but I think you are correct about how Shiro works. I would use a role to solve this. You can make a role like "maintainer" and assign that role to anyone that can maintain objects. Then you can protect any pages after the url /maintain On Wednesday, April 19, 2017, Robin Garner

Re: tapestry-security shiro

2011-12-08 Thread Kalle Korhonen
On Thu, Dec 8, 2011 at 8:05 PM, csckid wrote: > I am trying to configure my tapestry project with tapestry-security, but > couldn't connect them. Right now I just want try it out with simple login > page. Roles user name and password will come from the database. > Is there any simple tutorial just