Annotation 2 « Security « Spring Q&A





1. Create my custom security annotation    forum.springsource.org

Create my custom security annotation Hi everybody, Siince 2 days now, I try to use my custom security annotation. In order to do that, I have to change this : Code: ...

2. Security annotations in a J2EE 1.4 environment    forum.springsource.org

I just got bitten. I used the JSR-250 @RolesAllowed annotation for method-level security. I tried running it in a J2EE 1.4 app server and it blew-up. The docs on this page ...

3. issue with switch user (proxy) and @SessionAttributes annotation    forum.springsource.org

issue with switch user (proxy) and @SessionAttributes annotation I am using the switch user in spring security along with a controller that has a @SessionAttributes annotation. I am seeing an issue ...

4. Async annotation data access problem    forum.springsource.org

Async annotation data access problem I am using the @Async annotation and the method I am calling is processed asynchronously, however, it stalls when performing a database lookup. I have the ...

5. @Exceptionhandler annotation - access exception ?    forum.springsource.org

I am using spring 3.xx and as per documentation the handler method cannot have exception as an argument. So, where and how do I access the exception object in the handler ...

6. Method Security in only one method with annotations    forum.springsource.org

Oct 22nd, 2010, 12:45 PM #1 batiar View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Posts 1 Method Security in only one method with annotations Hi, ...

7. JUnit ignores @Secured annotation    forum.springsource.org

JUnit ignores @Secured annotation As of now @Secured does work when I test using a browser. When I test the controller through JUnit, it completely ignores @Secured. In my configuration I ...

8. How to use the security annotation in Spring security?    forum.springsource.org

How to use the security annotation in Spring security? Hi I have some code in which I am using Acegi security and I have some methods secured using @Secured annotation. I ...