public interface LogoutUserDetailsService
Modifier and Type | Method and Description |
---|---|
void |
afterProcess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
로그아웃 후처리를 수행한다.
|
void afterProcess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
request
- request 객체response
- response 객체authentication
- 인증 정보Copyright © 2025. All rights reserved.