Re: Securing services

2008-09-09 Thread Massimo Lusetti
On Tue, Sep 9, 2008 at 10:21 AM, Hugo Palma <[EMAIL PROTECTED]> wrote: > I've used tapestry-acegi with great success for securing both pages and > methods: > > Check an example here > http://www.localhost.nu/java/tapestry5-acegi/usage.html > > Another possibility, although i never actually tried i

Re: Securing services

2008-09-09 Thread Hugo Palma
I've used tapestry-acegi with great success for securing both pages and methods: Check an example here http://www.localhost.nu/java/tapestry5-acegi/usage.html Another possibility, although i never actually tried it, could be to define your own Secured annotation and contribute a custom worke

Securing services

2008-09-09 Thread Moritz Gmelin
Hi, Securing page access with an access controller injected as a dispatcher in the render cycle is well described in the T5 wiki. But How would I secure a service method on a page? E.G. I have a page "DocumentPage" with a method onDownload(id docID). When the URL DocumentPage/onDownload/5 is