Class OidcRelyingPartyInitiatedLogoutHandler
java.lang.Object
net.optionfactory.spring.authentication.code.OidcRelyingPartyInitiatedLogoutHandler
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler
public class OidcRelyingPartyInitiatedLogoutHandler
extends Object
implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler
-
Constructor Summary
ConstructorsConstructorDescriptionOidcRelyingPartyInitiatedLogoutHandler(URI logoutUri, URI postLogoutRedirectUri) -
Method Summary
Modifier and TypeMethodDescriptionvoidonLogoutSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-
Constructor Details
-
OidcRelyingPartyInitiatedLogoutHandler
-
-
Method Details
-
onLogoutSuccess
public void onLogoutSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, jakarta.servlet.ServletException - Specified by:
onLogoutSuccessin interfaceorg.springframework.security.web.authentication.logout.LogoutSuccessHandler- Throws:
IOExceptionjakarta.servlet.ServletException
-