That is also an option, it all depends on when you want to "do the extra
stuff" 

Michael Horwitz wrote:
> 
> Hi,
> 
> Acegi publishes a Spring application event when authentication completes
> (be
> it success or failure). You could hook in to the events to
> do your work. See
> http://static.springframework.org/spring/docs/2.0.x/reference/beans.html#context-functionality-events
> for
> a discussion on Spring application events and
> http://www.acegisecurity.org/multiproject/acegi-security/apidocs/index.html
> (look
> for the package org.acegisecurity.event.authentication) to see the list of
> available events. The tricky bit is going to be having the HttpRequest
> object available to get hold of the session...
> 
> Mike
> 
> 
> On 1/16/07, misun chung <[EMAIL PROTECTED]> wrote:
>>
>> Hello,
>>
>> I want to load some information from database when a user logs in and
>> keep
>> the information in a session.
>> Is there any action or servlet class that is called during log-in?
>> Or shoud I create a new servlet to do that?
>>
>>  Thanks!
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/call-a-class-during-log-in-tf3021467s2369.html#a8393243
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to