Class OidcLogoutSuccessHandler

java.lang.Object
net.optionfactory.spring.authentication.code.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 Details

    • OidcLogoutSuccessHandler

      public OidcLogoutSuccessHandler(URI oidcServerBaseUri, String path, boolean useRelativeRedirects)
  • 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:
      onLogoutSuccess in interface org.springframework.security.web.authentication.logout.LogoutSuccessHandler
      Throws:
      IOException
      jakarta.servlet.ServletException