I've finally made it so I would like to share my solution. Maybe someone will need it some day.
I've decided to do the compile time weaving. In my last post I was very close to do it. The...
Type: Posts; User: PawelPiatkowski; Keyword(s):
I've finally made it so I would like to share my solution. Maybe someone will need it some day.
I've decided to do the compile time weaving. In my last post I was very close to do it. The...
Agree... it is not only setting the mode to "aspectj". After such action the @Secured annotation isn't working even in Spring scoped beans but... I've finally made it work compiling with aspectj...
Hello everybody,
I am trying to secure my Java EE CDI beans methods using Spring Security. I've found such description in the documentation...