public interface

LogoutHandler

org.springframework.security.web.authentication.logout.LogoutHandler
Known Indirect Subclasses

Class Overview

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

Called by LogoutFilter.

Summary

Public Methods
abstract void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
Causes a logout to be completed.

Public Methods

public abstract 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 response
authentication the current principal details