org.acegisecurity.ui.logout
Class SecurityContextLogoutHandler

java.lang.Object
  extended by org.acegisecurity.ui.logout.SecurityContextLogoutHandler
All Implemented Interfaces:
LogoutHandler

public class SecurityContextLogoutHandler
extends Object
implements LogoutHandler

Performs a logout by modifying the SecurityContextHolder.

Version:
$Id: SecurityContextLogoutHandler.java 1496 2006-05-23 13:38:33Z benalex $
Author:
Ben Alex

Constructor Summary
SecurityContextLogoutHandler()
           
 
Method Summary
 void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
          Does not use any arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityContextLogoutHandler

public SecurityContextLogoutHandler()
Method Detail

logout

public void logout(HttpServletRequest request,
                   HttpServletResponse response,
                   Authentication authentication)
Does not use any arguments. They can all be null.

Specified by:
logout in interface LogoutHandler
Parameters:
request - not used (can be null)
response - not used (can be null)
authentication - not used (can be null)


Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.