Package inha.git.utils.jwt
Class LogoutService
java.lang.Object
inha.git.utils.jwt.LogoutService
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutHandler
@Service
public class LogoutService
extends Object
implements org.springframework.security.web.authentication.logout.LogoutHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
logout
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-
Constructor Details
-
LogoutService
public LogoutService()
-
-
Method Details
-
logout
public void logout(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) - Specified by:
logout
in interfaceorg.springframework.security.web.authentication.logout.LogoutHandler
-