类 MyLogoutHandler

java.lang.Object
com.codingapi.springboot.security.filter.MyLogoutHandler
所有已实现的接口:
org.springframework.security.web.authentication.logout.LogoutHandler

public class MyLogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler
  • 构造器详细资料

    • MyLogoutHandler

      public MyLogoutHandler()
  • 方法详细资料

    • logout

      public void logout(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
      指定者:
      logout 在接口中 org.springframework.security.web.authentication.logout.LogoutHandler