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

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AweLogoutHandler

      public AweLogoutHandler(AweSessionDetails sessionDetails)
      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 interface org.springframework.security.web.authentication.logout.LogoutHandler
      Overrides:
      logout in class org.springframework.security.web.authentication.logout.SecurityContextLogoutHandler