Class LogoutOkHandler

  • All Implemented Interfaces:
    org.springframework.security.web.authentication.logout.LogoutSuccessHandler

    
    public class LogoutOkHandler
     implements LogoutSuccessHandler
                        

    invalid session

    Since:

    2021-02-17

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onLogoutSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
      void setWarlockSecurityProp(WarlockSecurityProp warlockSecurityProp)
      • Methods inherited from class java.lang.Object

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

      • LogoutOkHandler

        LogoutOkHandler()