Smile CDR v2023.08.PRE
On this page:
   41.39    FHIR Endpoint Conversion 41.41    FHIR Endpoint Partitioning   

41.40Interceptors

 

The Interceptors configuration category includes the following configurable options:

  • Can Replace Authorization Interceptor

  • Interceptor Bean Types

41.40.1Property: Can Replace Authorization Interceptor

 
Property Name Can Replace Authorization Interceptor
Property Key
Property Type BOOLEAN
Description If enabled, if a custom interceptor is found that extends the HAPI FHIR AuthorizationInterceptor, it will replace the built-in Smile CDR AuthorizationInterceptor.
Applies to Modules
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • Hybrid Providers REST Endpoint
Default Value (no default)
Example Property
module.[MODULE_ID].config.custom_interceptor_can_replace_authorization_interceptor = 

41.40.2Property: Interceptor Bean Types

 
Property Name Interceptor Bean Types
Property Key
Property Type STRING
Description A comma or whitespace-separated list of bean classes to register as HAPI FHIR/Smile CDR Interceptors.
Applies to Modules
  • Channel Import
  • Cluster Manager
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
  • HL7 v2.x Listening Endpoint
  • Hybrid Providers REST Endpoint
  • MDM
  • Subscription Matcher (All FHIR Versions)
Default Value (no default)
Example Property
module.[MODULE_ID].config.interceptor_bean_types = 
   41.39    FHIR Endpoint Conversion 41.41    FHIR Endpoint Partitioning