Re: How to use an action level authorization?

2008-03-31 Thread Eelco Hillenius
>My question is simple... :) How to use an action level > authorization. I cannot find any info or example. There is an example of it in wicket-examples that uses wicket-auth (which in itself is mainly an example project).

Re: How to use an action level authorization?

2008-03-29 Thread Maurice Marrink
not granted to the user. > > > > Maurice > > > > > > > > On Fri, Mar 28, 2008 at 4:42 PM, Vitaly Tsaplin > > <[EMAIL PROTECTED]> wrote: > > >Hi people, > > > > > >My question is simple... :) How to use

Re: How to use an action level authorization?

2008-03-29 Thread Vitaly Tsaplin
aurice > > > > On Fri, Mar 28, 2008 at 4:42 PM, Vitaly Tsaplin > <[EMAIL PROTECTED]> wrote: > > Hi people, > > > >My question is simple... :) How to use an action level > > authorization. I cannot find any info or example. > >As

Re: How to use an action level authorization?

2008-03-29 Thread Maurice Marrink
s you add an AuthorizeActions annotation. In swarm you declare permissions in a policy file, which are or are not granted to the user. Maurice On Fri, Mar 28, 2008 at 4:42 PM, Vitaly Tsaplin <[EMAIL PROTECTED]> wrote: >Hi people, > >My question is simple... :) How to

Re: How to use an action level authorization?

2008-03-29 Thread Timo Rantalaiho
On Fri, 28 Mar 2008, Vitaly Tsaplin wrote: >My question is simple... :) How to use an action level > authorization. I cannot find any info or example. "Action level" sounds strange to me, as Wicket is a component-based framework and does not have actions in the traditional mo

How to use an action level authorization?

2008-03-28 Thread Vitaly Tsaplin
Hi people, My question is simple... :) How to use an action level authorization. I cannot find any info or example. As I can guess I have to associate a role using setMetaData () with a component and then in IAuthorizationStrategy.isActionAuthorized () I do an actual check by taking the