Class HttpAuthenticationEntryPoint
java.lang.Object
de.knightsoftnet.gwtp.spring.server.security.HttpAuthenticationEntryPoint
- All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint
@Component
public class HttpAuthenticationEntryPoint
extends Object
implements org.springframework.security.web.AuthenticationEntryPoint
http authentication entry point for gwt applications. based on the work of
https://github.com/imrabti/gwtp-spring-security
- Author:
- Manfred Tremmel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcommence(jakarta.servlet.http.HttpServletRequest prequest, jakarta.servlet.http.HttpServletResponse presponse, org.springframework.security.core.AuthenticationException pauthException)
-
Constructor Details
-
HttpAuthenticationEntryPoint
public HttpAuthenticationEntryPoint()
-
-
Method Details
-
commence
public void commence(jakarta.servlet.http.HttpServletRequest prequest, jakarta.servlet.http.HttpServletResponse presponse, org.springframework.security.core.AuthenticationException pauthException) throws IOException - Specified by:
commencein interfaceorg.springframework.security.web.AuthenticationEntryPoint- Throws:
IOException
-