Re: Issues / feature requests for tapestry-security?

2011-12-22 Thread Kalle Korhonen
On Wed, Dec 21, 2011 at 1:01 PM, Borut Bolčina wrote: > this is perfect timing for us! Just a week ago, we considered using > tynamo-federatedaccounts for our new app (big one). We have already a > tapestry 5 based openid server, so tynamo-federatedaccounts with openid > realm would be a natural f

Re: Issues / feature requests for tapestry-security?

2011-12-21 Thread Borut Bolčina
Hello, this is perfect timing for us! Just a week ago, we considered using tynamo-federatedaccounts for our new app (big one). We have already a tapestry 5 based openid server, so tynamo-federatedaccounts with openid realm would be a natural fit. As noted on the website, the support for openid is

Re: Issues / feature requests for tapestry-security?

2011-12-20 Thread Norman Franke
Yes, I'm not sure how I missed that. Thanks. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Dec 20, 2011, at 2:54 PM, Lenny Primak wrote: Doesn't this do what you want? @RequiresRoles(logical = Logical.OR, value = { "RoleA", "RoleB", "RoleC" }) On Dec 20, 2011, at 2

Re: Issues / feature requests for tapestry-security?

2011-12-20 Thread Lenny Primak
Doesn't this do what you want? @RequiresRoles(logical = Logical.OR, value = { "RoleA", "RoleB", "RoleC" }) On Dec 20, 2011, at 2:44 PM, Norman Franke wrote: > I'd like to see an annotation option that lets you do an or on the roles, so > I can have a page that requires one of several roles. Righ

Re: Issues / feature requests for tapestry-security?

2011-12-20 Thread Thiago H. de Paula Figueiredo
On Tue, 20 Dec 2011 17:44:50 -0200, Norman Franke wrote: I'd like to see an annotation option that lets you do an or on the roles, so I can have a page that requires one of several roles. Right now it "ands" them together, which is generally never what I want. Maybe if you can insert the @

Re: Issues / feature requests for tapestry-security?

2011-12-20 Thread Norman Franke
I'd like to see an annotation option that lets you do an or on the roles, so I can have a page that requires one of several roles. Right now it "ands" them together, which is generally never what I want. Maybe if you can insert the @RequiresRoles multiple times and if any match, it lets it

Issues / feature requests for tapestry-security?

2011-12-20 Thread Kalle Korhonen
After grueling six months of development on Android, I'm back at the server side. I'll be cutting a new, T5.3 specific version of Tynamo's tapestry-security in the near future, though unfortunately it won't make it to Santa's sleigh. I'm hoping to also pick up Shiro 1.2 as a dependency if we get th