@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","security"}, havingValue="false", matchIfMissing=true) @Component public class LogoutHandler extends Object implements org.springframework.security.web.authentication.logout.LogoutHandler
Constructor and Description |
---|
LogoutHandler() |
Modifier and Type | Method and Description |
---|---|
void |
logout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
로그아웃
|
public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
logout
in interface org.springframework.security.web.authentication.logout.LogoutHandler
request
- response
- authentication
- Copyright © 2025. All rights reserved.