Class RestModuleConfiguration.SecurityContextCleanupInterceptor

java.lang.Object
org.ehrbase.rest.RestModuleConfiguration.SecurityContextCleanupInterceptor
All Implemented Interfaces:
org.springframework.web.servlet.HandlerInterceptor
Enclosing class:
RestModuleConfiguration

public static class RestModuleConfiguration.SecurityContextCleanupInterceptor extends Object implements org.springframework.web.servlet.HandlerInterceptor
  • Constructor Details

    • SecurityContextCleanupInterceptor

      public SecurityContextCleanupInterceptor()
  • Method Details

    • preHandle

      public boolean preHandle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler)
      Specified by:
      preHandle in interface org.springframework.web.servlet.HandlerInterceptor