It all largely depends on exactly what you want to do when the user logs in.
If all you want to do is some additional processing, then you can listen for
the Application Context event AuthenticationSuccessEvent generated when the
user logs in successfully.

AppFuse uses Spring security. More documentation here:
http://static.springsource.org/spring-security/site/index.html

Mike

2009/2/26 jaronson <johnaron...@comcast.net>

> I went through the AppFuse tutorial everything is working fine. I'd like to
> take step beyond and add some custom Java that gets executed when the user
> logs on. I've downloaded the source code and attempted to reverse engineer
> but the light has not come on yet. I have a SpringMVC style web front end.
> Can anybody give me some advice on how to override the code that get
> executed when the user logs in? Pointers to documentation about the AppFuse
> architecture would also be great. John
> ------------------------------
> View this message in context: Getting 
> Started<http://www.nabble.com/Getting-Started-tp22218633s2369p22218633.html>
> Sent from the AppFuse - User mailing list 
> archive<http://www.nabble.com/AppFuse---User-f2370.html>at Nabble.com.
>

Reply via email to