Class CsrfLogoutHandler

java.lang.Object
org.springframework.security.web.csrf.CsrfLogoutHandler
All Implemented Interfaces:
LogoutHandler

public final class CsrfLogoutHandler extends Object implements LogoutHandler
CsrfLogoutHandler is in charge of removing the CsrfToken upon logout. A new CsrfToken will then be generated by the framework upon the next request.
Since:
3.2