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 1784 2007-02-24 21:00:24Z luke_t $
Author:
Ben Alex

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

Method Detail

logout

void logout(javax.servlet.http.HttpServletRequest request,
            javax.servlet.http.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-2012 Interface21, Inc. All Rights Reserved.