Good Morning everybody,
This is my first post on this forum and as the majority of you could imagine, i am pretty new with Spring, Spring AOP and Spring Security.
I am facing with a problem that i know could be solved with the Pure AOP programming but i would like to know if it is possible to find a way to make it in Spring AOP/Spring Security too:
I am implementing a Security System for some apps i wrote. From what i read on manuals and from what i saw on some tutorial i found on Youtube i realized that every-time an Advice Method is called is because the pointcut matches with a method inside a class defined as a bean.
Can i write a pointcut in a certain way that is going to intercepts the method inside a class instantiated in the 'normal' way (new MyClass())?
Thank you very much for you helping hand.
Daniele


Reply With Quote