nu.localhost.tapestry5.springsecurity.services.internal
Class LogoutServiceImpl

java.lang.Object
  extended by nu.localhost.tapestry5.springsecurity.services.internal.LogoutServiceImpl
All Implemented Interfaces:
LogoutService

public class LogoutServiceImpl
extends Object
implements LogoutService

Author:
Ivan Dubrov

Constructor Summary
LogoutServiceImpl(List<LogoutHandler> handlers, RequestGlobals requestGlobals)
           
 
Method Summary
 void logout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutServiceImpl

public LogoutServiceImpl(List<LogoutHandler> handlers,
                         @Inject
                         RequestGlobals requestGlobals)
Method Detail

logout

public final void logout()
Specified by:
logout in interface LogoutService


Copyright © 2007-2009 Robin Helgelin. All Rights Reserved.