authorize « Security « Spring Q&A





1.  does not work on jsf 2    stackoverflow.com

i have been researching on this, and there are some very old pages (1 year old at least) on stackoverflow about this. just wondering if there is any improvement on this. ...

2. Spring Security Authorize Access Role with a Wildcard    stackoverflow.com

Is it possible at all for me to use a wildcard in the access property of the <sec:authorize /> tag. Currently I have <sec:authorize access="hasRole('TICKET_VIEW') or hasRole('TICKET_EDIT')"> but I ...

3. How do I authorize a method with role OR another role &    forum.springsource.org

How do I authorize a method with role OR another role & Hi there, First of all I just want to say that Acegi is really cool once you wrap your ...

4. Can authenticate, cant authorize    forum.springsource.org

Apr 10th, 2005, 05:01 PM #1 drc View Profile View Forum Posts Private Message Junior Member Join Date Apr 2005 Posts 18 Can authenticate, cant authorize Hi, I've developed a small ...

5.  does not support constructed roles?    forum.springsource.org

does not support constructed roles? Hi, I hope to use in my jsp pages to hide and display some buttons or links. I have a few basic roles such ...

6. How to authorize strurts action using acegi    forum.springsource.org

How to authorize strurts action using acegi Hi, I am trying to build an application which authenticates and authorises user based on login. I want to secure the struts actions based ...

7. security:authorize problem    forum.springsource.org

hi, i have an xhtml page where i would like to hide tags depending on roles and i'am using the following: Code: . . do stuff ...

8. Acegi - Authorize per user    forum.springsource.org

9. security:authorize ifAllGranted    forum.springsource.org

security:authorize ifAllGranted hi all... i'm trying to hide a button when a user does not have the 'ROLE_SUPERVISOR' role. i used the @Secured annotation on my service impl and that's working ...





10. A question about security:authorize    forum.springsource.org

A question about security:authorize Hi, Im using springsecurity 2.0.3 with jsf 1.2 and facelets. Im using this jar to support the springSecurity tags: http://www.dominikdorn.com/facelets/ I'm not sure if this works...

11. security:authorize ifNotGranted not working with Spring Security 3.0.3    forum.springsource.org

security:authorize ifNotGranted not working with Spring Security 3.0.3 We are upgrading from Acegi Security 1.0.6 to Spring Security 3.0.3. On the login page, we were using this tag to show the ...