Class NoRedirectAuthenticationLogoutSuccessHandler

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

    public class NoRedirectAuthenticationLogoutSuccessHandler
    extends org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler
    Author:
    kevinvandevelde at atmire.com Spring redirects to the home page after a successfull logout. This success handles ensures that this is NOT the case.
    • Constructor Detail

      • NoRedirectAuthenticationLogoutSuccessHandler

        public NoRedirectAuthenticationLogoutSuccessHandler()
    • Method Detail

      • afterPropertiesSet

        @PostConstruct
        public void afterPropertiesSet()