Class DevelopmentAuthenticationEntrypoint

java.lang.Object
com.aquima.web.boot.security.jwt.development.DevelopmentAuthenticationEntrypoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

@Component @Profile("development-tools") public class DevelopmentAuthenticationEntrypoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
  • Constructor Details Link icon

  • Method Details Link icon

    • commence Link icon

      public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws IOException
      Specified by:
      commence in interface org.springframework.security.web.AuthenticationEntryPoint
      Throws:
      IOException