Class AuthenticationLogoutHandler
java.lang.Object
com.broadleafcommerce.auth.user.web.logout.AuthenticationLogoutHandler
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutHandler
public class AuthenticationLogoutHandler
extends Object
implements org.springframework.security.web.authentication.logout.LogoutHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected StatelessUtil
protected jakarta.servlet.http.Cookie
getThirdPartyIdpCookie
(jakarta.servlet.http.HttpServletRequest request) void
logout
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) protected void
removeThirdPartyIdpCookieIfPresent
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Constructor Details
-
AuthenticationLogoutHandler
-
-
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
-
removeThirdPartyIdpCookieIfPresent
protected void removeThirdPartyIdpCookieIfPresent(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
getThirdPartyIdpCookie
protected jakarta.servlet.http.Cookie getThirdPartyIdpCookie(jakarta.servlet.http.HttpServletRequest request) -
getSessionUtil
-