Class ActionAuthenticationEntryPoint

java.lang.Object
com.almis.awe.security.authentication.entrypoint.ActionAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

public class ActionAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
Action entry point. Handle exceptions in actions request (/action/**).
  • Constructor Details

    • ActionAuthenticationEntryPoint

      public ActionAuthenticationEntryPoint(AweSessionDetails sessionDetails)
      ActionAuthenticationEntryPoint constructor
      Parameters:
      sessionDetails - Access service
  • Method Details

    • commence

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