1. My MethodSecurityInterceptor doesnt run. forum.springsource.orgMy MethodSecurityInterceptor doesnt run. Hi everybody. I'm quite new to Spring Security, using SS 3.0.5. I'm trying to make MethodSecurityInterceptor call my customized AccessDecisionManager, so i configurated a new MethodSecurityInterceptor as ... |
2. MethodSecurityInterceptor does not "intercept" forum.springsource.orgMethodSecurityInterceptor does not "intercept" i've got an java application running on tomcat6. i'm using spring 3.0.4 and spring security 3.0.5. to protect the access of my dao methods i want to ... |
3. MethodSecurityInterceptor and method overloading forum.springsource.orgHas anyone needed MethodSecurityInterceptor to support overloading? I've got a MethodSecurityInterceptor defined against a service like this: Code: |
4. MethodSecurityInterceptor not working? forum.springsource.orgMar 21st, 2005, 11:45 AM #1 asarco View Profile View Forum Posts Private Message Member Join Date Aug 2004 Location London, UK Posts 34 MethodSecurityInterceptor not working? Hello, I'm trying to ... |
5. MethodSecurityInterceptor / MethodDefinitionSourceAdvisor forum.springsource.orgMethodSecurityInterceptor / MethodDefinitionSourceAdvisor hi there, I'm looking for some samples code on MethodSecurityInterceptor and/or MethodDefinitionSourceAdvisor ... I've browsed the mailing list archives, but found nothing on that matter. We're currently using ... |
6. MethodSecurityInterceptor ignoring controlled methods forum.springsource.orgMethodSecurityInterceptor ignoring controlled methods Hi all, I've successfully implemented MethodSecurityInterceptor in one project, and I'm trying to help another project out but we are having problems. Code: |
10. MethodSecurityInterceptor triggered from delegating methods ? forum.springsource.orgMethodSecurityInterceptor triggered from delegating methods ? Hi all, i have the following problem: Theres a ProxyFactory which proxies the following interface public interface IndexService { public index( Context context ); public ... |
11. How to configure MethodSecurityInterceptor using code forum.springsource.org |
12. MethodSecurityInterceptor will not work forum.springsource.orgMethodSecurityInterceptor will not work Hi, i will secure the execution of my quartz jobs. for this i added a MethodSecurityInterceptor in my Acegi configuration: Code: |
13. MethodSecurityInterceptor forum.springsource.orgMethodSecurityInterceptor Hi All, I am new to this group and the Acegi Security. I am working on POC for aurthorisation requrements for the business. I have implemented the concept of FilterSecurity, ... |
14. MethodSecurityInterceptor - method calls are not intercepted forum.springsource.orgAug 23rd, 2006, 08:35 PM #1 wmm View Profile View Forum Posts Private Message Junior Member Join Date Aug 2006 Posts 4 MethodSecurityInterceptor - method calls are not intercepted Not sure ... |
15. MethodSecurityInterceptor problem forum.springsource.orgMethodSecurityInterceptor problem I am trying to use MethodSecurityInterceptor using annotations to define method security... Here is my sample configuration Code: |
16. methodSecurityInterceptor not getting invoked forum.springsource.orgDec 19th, 2006, 02:21 AM #1 shashi2309 View Profile View Forum Posts Private Message Junior Member Join Date Nov 2006 Posts 19 methodSecurityInterceptor not getting invoked Hi, I seem to have ... |
17. Problems getting MethodSecurityInterceptor to work forum.springsource.orgProblems getting MethodSecurityInterceptor to work Hi all, I'm having problems to get MethodSecurityInterceptor to work. I got web filter security part of Acegi to work. I'm working with Spring 2.0.3 and ... |
18. MethodSecurityInterceptor Bug forum.springsource.orgMethodSecurityInterceptor Bug I have my spring service layer protected for method interception using @Secured annotation. This in itself works fine. Im trying to check the robustness of acegi security here, So ... |
19. MethodSecurityInterceptor doesn't work forum.springsource.orgOct 5th, 2007, 07:29 AM #1 angela View Profile View Forum Posts Private Message Member Join Date May 2006 Posts 57 MethodSecurityInterceptor doesn't work hi all i tried to use/configure a ... |
20. Why don't run my MethodSecurityInterceptor? forum.springsource.orgWhy don't run my MethodSecurityInterceptor? Hi Everybody! I'm Nelson and I'm from Argentina, excuse me my spanglish, jeje I have a problem when I try protect a method with MethodSecurityInterceptor. This ... |
21. MethodSecurityInterceptor forum.springsource.orgMethodSecurityInterceptor Why these doesn't work, I allways get access acegi-conf.xml: Code: |
22. Trouble MethodSecurityInterceptor forum.springsource.orgTrouble MethodSecurityInterceptor hi all, somehow the MethodSecurityInterceptor doesn't fire. Basicly i have an Interface UserService which is implemented by UserServiceImpl. I have two Roles ROLE_ADMIN and ROLE_LOW i wanted to test ... |
23. MethodSecurityInterceptor dependency on forum.springsource.orgMethodSecurityInterceptor dependency on AspectJ Please let me know if this has been addressed somewhere else on the forum and I can move this post. I'm trying to upgrade from ACEGI (1.0.6) ... |
24. MethodSecurityInterceptor SwitchUser forum.springsource.orgMethodSecurityInterceptor SwitchUser Hi Currently using acegi for web security which is working great. Also have a server comoponent (i.e a non web app) which is using aceigi security. I need the ... |
25. MethodSecurityInterceptor and public invocations forum.springsource.orgHi, In my application I have implemented method security. My ObjectDefinitionSource contains methods I want to secure and their associated roles. However, there are public methods that I want to allow ... |
26. Custom MethodSecurityInterceptor forum.springsource.orgHi, I use the spring security in a non web environment. The user sessions are managed internally. When a method is called i need to populate the SecurityContext with the Authentication ... |
27. Question on MethodSecurityInterceptor forum.springsource.orgQuestion on MethodSecurityInterceptor Dear all, I'm trying to configure MethodSecurityInterceptor in context file and the sample from reference documents looks like this: |
28. MethodSecurityInterceptor invoking problem forum.springsource.orgMethodSecurityInterceptor invoking problem Hi. I have the next security configuration: Code: |
29. Newbie Question: How do I get MethodSecurityInterceptor to work? forum.springsource.orgNewbie Question: How do I get MethodSecurityInterceptor to work? I'm trying to protect service method invocations with Acegi Security. I have the following config elements: Bean definitions are defined as follows: ... |
30. MethodSecurityInterceptor to use Interfaces for privileges forum.springsource.orgMethodSecurityInterceptor to use Interfaces for privileges Hi, We have recently migrated from using Acegi to Spring security. Majority of things work in a similar way and we have needed only some ... |
31. SS 3 MethodSecurityInterceptor forum.springsource.orgJun 22nd, 2010, 04:28 AM #1 framar97 View Profile View Forum Posts Private Message Junior Member Join Date Feb 2010 Posts 5 SS 3 MethodSecurityInterceptor Hi, I'm new to spring security ... |
32. MethodSecurityInterceptor spring 3 forum.springsource.orgJun 22nd, 2010, 05:48 AM #1 framar97 View Profile View Forum Posts Private Message Junior Member Join Date Feb 2010 Posts 5 MethodSecurityInterceptor spring 3 Hi, I'm new to spring security ... |
33. MethodSecurityInterceptor forum.springsource.orgJun 30th, 2010, 08:36 AM #1 PedroGenio View Profile View Forum Posts Private Message Junior Member Join Date Jun 2010 Posts 20 MethodSecurityInterceptor Code: |