Class OidcLogoutSuccessHandler
java.lang.Object
net.optionfactory.spring.oidc.authcode.OidcLogoutSuccessHandler
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler
public class OidcLogoutSuccessHandler
extends Object
implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler
-
Constructor Summary
ConstructorsConstructorDescriptionOidcLogoutSuccessHandler(URI oidcServerBaseUri, String path, boolean useRelativeRedirects) -
Method Summary
Modifier and TypeMethodDescriptionvoidonLogoutSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication)
-
Constructor Details
-
OidcLogoutSuccessHandler
-
-
Method Details
-
onLogoutSuccess
public void onLogoutSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, javax.servlet.ServletException - Specified by:
onLogoutSuccessin interfaceorg.springframework.security.web.authentication.logout.LogoutSuccessHandler- Throws:
IOExceptionjavax.servlet.ServletException
-