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 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:
      commence in interface org.springframework.security.web.AuthenticationEntryPoint
      Throws:
      IOException