Class OpenIdConnectAuthenticationEntryPoint

java.lang.Object
com.aquima.web.boot.security.OpenIdConnectAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

@Component @ConditionalOnProperty(name="blueriq.security.login-type", havingValue="openid-connect") public class OpenIdConnectAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
Since:
11.3
Author:
Mihai Bob
  • Constructor Details

    • OpenIdConnectAuthenticationEntryPoint

      public OpenIdConnectAuthenticationEntryPoint(OpenIdConnectSettings openIdConnectSettings)
  • Method Details

    • commence

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