Class SpringAddonsAuthenticationEntryPoint

java.lang.Object
com.c4_soft.springaddons.security.oidc.starter.synchronised.client.SpringAddonsAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

public class SpringAddonsAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
  • Constructor Details

  • Method Details

    • commence

      public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws IOException, jakarta.servlet.ServletException
      Specified by:
      commence in interface org.springframework.security.web.AuthenticationEntryPoint
      Throws:
      IOException
      jakarta.servlet.ServletException