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
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