Package com.almis.awe.security.handler
Class AweLogoutHandler
java.lang.Object
org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler
com.almis.awe.security.handler.AweLogoutHandler
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutHandler
public class AweLogoutHandler
extends org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler
Logout access control bean
Created by pgarcia on 13/06/2019.
-
Field Summary
Fields inherited from class org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler
logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
logout
(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) Methods inherited from class org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler
isInvalidateHttpSession, setClearAuthentication, setInvalidateHttpSession, setSecurityContextHolderStrategy, setSecurityContextRepository
-
Constructor Details
-
AweLogoutHandler
Constructor- Parameters:
sessionDetails
- session details
-
-
Method Details
-
logout
public void logout(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) - Specified by:
logout
in interfaceorg.springframework.security.web.authentication.logout.LogoutHandler
- Overrides:
logout
in classorg.springframework.security.web.authentication.logout.SecurityContextLogoutHandler
-