« Return to Thread: Using tapestry-acegi's LogoutService

Re: Using tapestry-acegi's LogoutService

by Juan E. Maya :: Rate this Message:

Reply to Author | View in Thread

Kai i am not sure how to do it with Tapestry-acegi but this use case
is already supported by Spring Security:

http://static.springsource.org/spring-security/site/docs/2.0.x/reference/ns-config.html#ns-concurrent-session

On Thu, Jul 2, 2009 at 3:52 PM, Kai Weber<kai.weber@...> wrote:

> Hi:
>
> how would I do this: Everytime a new authentication attempt is made logout
> the current user.
>
> What I tried to inject the LogoutService into my custom
> AuthenticationProcessingFilter, but I can not call logoutService.logout()
> because no RequestGlobals is injected into the LogoutService.
>
> Any ideas?
>
> Regards, Kai
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Using tapestry-acegi's LogoutService