类 LogoutSuccessHandlerImpl

  • 所有已实现的接口:
    org.springframework.security.web.authentication.logout.LogoutSuccessHandler

    @Component
    public class LogoutSuccessHandlerImpl
    extends Object
    implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler

    Description: [登出清空accessToken]

    Created on 2020/12/1
    作者:
    mo
    • 构造器详细资料

      • LogoutSuccessHandlerImpl

        public LogoutSuccessHandlerImpl()
    • 方法详细资料

      • onLogoutSuccess

        public void onLogoutSuccess​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                    javax.servlet.http.HttpServletResponse httpServletResponse,
                                    org.springframework.security.core.Authentication authentication)
                             throws IOException,
                                    javax.servlet.ServletException
        指定者:
        onLogoutSuccess 在接口中 org.springframework.security.web.authentication.logout.LogoutSuccessHandler
        抛出:
        IOException
        javax.servlet.ServletException