Package com.aquima.web.boot.security
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 Summary
Constructors Constructor Description OpenIdConnectAuthenticationEntryPoint(OpenIdConnectSettings openIdConnectSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception)
-
-
-
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 interfaceorg.springframework.security.web.AuthenticationEntryPoint
- Throws:
IOException
javax.servlet.ServletException
-
-