org.acegisecurity.ui.logout
Interface LogoutHandler

All Known Implementing Classes:
SecurityContextLogoutHandler, TokenBasedRememberMeServices

public interface LogoutHandler

Indicates a class that is able to participate in logout handling.

Called by LogoutFilter.

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

Method Summary
 void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
          Causes a logout to be completed.
 

Method Detail

logout

void logout(HttpServletRequest request,
            HttpServletResponse response,
            Authentication authentication)
Causes a logout to be completed. The method must complete successfully.

Parameters:
request - the HTTP request
response - the HTTP resonse
authentication - the current principal details


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