org.acegisecurity.ui.logout
Class SecurityContextLogoutHandler
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityContextLogoutHandler
public SecurityContextLogoutHandler()
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.