Class ProfileLogoutHandler

java.lang.Object
org.craftercms.engine.util.spring.security.profile.ProfileLogoutHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutHandler

public class ProfileLogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler
Implementation of LogoutHandler for Profile
Since:
3.1.5
Author:
joseross
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.craftercms.security.authentication.AuthenticationManager
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProfileLogoutHandler(org.craftercms.security.authentication.AuthenticationManager profileAuthenticationManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
     

    Methods inherited from class java.lang.Object

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

    • profileAuthenticationManager

      protected org.craftercms.security.authentication.AuthenticationManager profileAuthenticationManager
  • Constructor Details

    • ProfileLogoutHandler

      @ConstructorProperties("profileAuthenticationManager") public ProfileLogoutHandler(org.craftercms.security.authentication.AuthenticationManager profileAuthenticationManager)
  • Method Details

    • logout

      public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
      Specified by:
      logout in interface org.springframework.security.web.authentication.logout.LogoutHandler