Java org.springframework.security.web.authentication.logout SecurityContextLogoutHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.authentication.logout SecurityContextLogoutHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.authentication.logout SecurityContextLogoutHandler.

The text is from its open source code.

Subclass

org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler has subclasses.
Click this link to see all its subclasses.

Constructor

Method

booleanisInvalidateHttpSession()
voidlogout(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
Requires the request to be passed in.
voidsetClearAuthentication(boolean clearAuthentication)
If true, removes the Authentication from the SecurityContext to prevent issues with concurrent requests.
voidsetInvalidateHttpSession(boolean invalidateHttpSession)
Causes the HttpSession to be invalidated when this LogoutHandler is invoked.