Re: [Acegisecurity-developer] Authentication callback?

2004-06-29 Thread Ben Alex
Joseph Schmoley wrote: Where in the Acegi framework can I plug in a piece of code to be called upon successful Authentication? I need a couple of things to be placed onto the session after a user has been successfully authenticated into our system. I took a look at net.sf.acegisecurity.ui.we

Re: [Acegisecurity-developer] Re: Customizing DaoAuthenticationProvider, et al.

2004-06-29 Thread Ben Alex
Scott Evans wrote: Ben wrote: -snip- Ive made isPasswordCorrect protected (see CVS). You should be able to subclass DaoAuthenticationProvider, override this method, and achieve the desired functionality. -snip- Thanks for doing this but I had problems with the Authentication object that DaoA

[Acegisecurity-developer] Providing a custom SecureContext

2004-06-29 Thread Andy Depue
I'm using Spring + Acegi and I would like to use a custom SecureContext in my web app (basically, it would extend SecureContextImpl and provide additional context for my app). Unfortunately, it appears that AbstractIntegrationFilter has a hardcoded instantiation of SecureContextImpl:

Re: [Acegisecurity-developer] Providing a custom SecureContext

2004-06-29 Thread Ben Alex
Andy Depue wrote: I'm using Spring + Acegi and I would like to use a custom SecureContext in my web app (basically, it would extend SecureContextImpl and provide additional context for my app). Unfortunately, it appears that AbstractIntegrationFilter has a hardcoded instantiation of SecureConte

Re: [Acegisecurity-developer] Providing a custom SecureContext

2004-06-29 Thread Andy Depue
Wow, thanks for the timely response and modification! I won't get a chance to try this out immediately, though I should be able to get to it in the next few days. I'll report back and let you know how it works. Thanks, Andy On Tuesday 29 June 2004 04:31 pm, Ben Alex wrote: > Hi Andy > > I