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
ConstructorsConstructorDescriptionOpenIdConnectAuthenticationEntryPoint
(OpenIdConnectSettings openIdConnectSettings) -
Method Summary
Modifier and TypeMethodDescriptionvoid
commence
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception)
-
Constructor Details
-
OpenIdConnectAuthenticationEntryPoint
-
-
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 interfaceorg.springframework.security.web.AuthenticationEntryPoint
- Throws:
IOException
javax.servlet.ServletException
-