Class 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 Detail

      • OpenIdConnectAuthenticationEntryPoint

        public OpenIdConnectAuthenticationEntryPoint​(OpenIdConnectSettings openIdConnectSettings)
    • Method Detail

      • 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