Class ForwardLogoutSuccessHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onLogoutSuccess​(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
    • Constructor Detail

      • ForwardLogoutSuccessHandler

        public ForwardLogoutSuccessHandler​(java.lang.String targetUrl)
        Construct a new ForwardLogoutSuccessHandler with the given target URL.
        Parameters:
        targetUrl - the target URL
    • Method Detail

      • onLogoutSuccess

        public void onLogoutSuccess​(javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response,
                                    org.springframework.security.core.Authentication authentication)
                             throws java.io.IOException,
                                    javax.servlet.ServletException
        Specified by:
        onLogoutSuccess in interface LogoutSuccessHandler
        Throws:
        java.io.IOException
        javax.servlet.ServletException