PDA

View Full Version : Security with AOP


caxe
Sep 16th, 2004, 01:11 PM
All

In chapter 12 of "J2EE Development without ELB" on
page 360, Rod/Jurgen talk about having a sevlet
container authenticate a user and binding the users
Principal to a ThreadLocal for use by AOP. Does any
one have an example of this you can share?

Regards,

Chris Axe

kajism
Sep 16th, 2004, 04:52 PM
Have a look at Acegi security system for Spring at http://acegisecurity.sourceforge.net/ .