Results 1 to 3 of 3

Thread: Working example - AspectJMethodSecurityInterceptor

  1. #1
    Join Date
    Mar 2011
    Posts
    2

    Default Working example - AspectJMethodSecurityInterceptor

    Does any one working example of AspectJMethodSecurityInterceptor implementation, Spring Security docs has little snippet but I am not able to make it work and I am able to find much help on the internet. If somebody has sample code or link on internet to find the code, please share.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    See the aspectj sample application provided with Spring security. You can run the sample from trunk in STS using this blog post. Alternatively you can download everything from gitorious and run the tests using gradle with ..\..\gradlew.bat test or ../../gradlew.bat test
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

  3. #3
    Join Date
    Mar 2011
    Posts
    2

    Default

    Thanks Rob! Appreciate it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •