[jboss-user] [JBoss Seam] - Re: Q: Seam Security - restrict../...

2007-04-03 Thread bsmithjj
[EMAIL PROTECTED] wrote : As far as I know this should work - there's nothing special about the EL expressions used for restrictions, i.e. they are not required to contain only Seam Security-related expressions. As long as the expression evaluates to a boolean it should be fine. I have, in

[jboss-user] [JBoss Seam] - Re: Q: Seam Security - restrict../...

2007-04-03 Thread [EMAIL PROTECTED]
If you are not using Identity to authenticate then you need to override Identity.checkRestriction() with your own implementation that doesn't check isLoggedIn(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034039#4034039 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Q: Seam Security - restrict../...

2007-04-03 Thread bsmithjj
anonymous wrote : If you are not using Identity to authenticate then you need to override Identity.checkRestriction() with your own implementation that doesn't check isLoggedIn(). This is what I suspected - that restrict\ and @Restrict require the Identity component. And so it sounds like the

[jboss-user] [JBoss Seam] - Re: Q: Seam Security - restrict../...

2007-04-02 Thread [EMAIL PROTECTED]
As far as I know this should work - there's nothing special about the EL expressions used for restrictions, i.e. they are not required to contain only Seam Security-related expressions. As long as the expression evaluates to a boolean it should be fine. View the original post :