Login « AOP « Spring Q&A





1. Audit Login with Spring AOP    forum.springsource.org

Audit Login with Spring AOP We are using Acegi framework to do authentication, and we want to audit user login activities. Without changing acegi code, the best way to do it ...

2. Problem of implement Login feature using AOP    forum.springsource.org

in my Login interface, I have two parameter, username and password. now I use MethodInterceptor to check the username and password, but, the invoke(MethodInvocation arg0) can only handle one parameter, how ...