Class AuditInterceptorHandler

java.lang.Object
org.ehrbase.application.config.web.AuditInterceptorHandler

@Component public class AuditInterceptorHandler extends Object
  • Field Details

    • apiContextPath

      @Value("${openehr-api.context-path:/rest/openehr}/v1") protected String apiContextPath
    • adminApiContextPath

      @Value("${admin-api.context-path:/rest/admin}") protected String adminApiContextPath
  • Constructor Details

    • AuditInterceptorHandler

      public AuditInterceptorHandler()
  • Method Details

    • registerAuditInterceptors

      public void registerAuditInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)