The examples are relatively trivial:

[urls]
/rest/user/view = authc,perms[user:view]
/rest/user/edit = authc,perms[user:edit]
/rest/** = authc
...

That's all that was necessary in my case.

On Tue, Jan 19, 2010 at 10:31 AM, char_lee <[email protected]> wrote:
>
> Thank you for the reply. Do you have the (web + cxf) xml's examples? I was
> having problem wiring in the extended AuthenticationFilter class. As the url
> section of the ini confiuration didn't recongise the alias..
>
> Thanks
> C
> --
> View this message in context: 
> http://n2.nabble.com/Shiro-Spring-filter-tp4419140p4420701.html
> Sent from the Shiro Developer mailing list archive at Nabble.com.
>

Reply via email to