59.56    FHIR Gateway Configuration 59.58    LiveBundle Service   

59.146.1FHIR Interceptors

 

The FHIR Interceptors configuration category includes the following configurable options:

  • FHIR storage Callback Script (File)

  • FHIR storage Callback Script (Text)

  • Can Replace Authorization Interceptor

  • Secure Application Context For Customer-Provided Beans

  • Interceptor Bean Types

59.146.2Property: FHIR storage Callback Script (File)

 
Property Name FHIR storage Callback Script (File)
Property Key
Property Type Resource Path
Description If set, supplies a callback function that will be executed. This script allows JavaScript-based interceptors to be written and inject logic into the server. Values should be prefixed with file: or classpath:.
Applies to Modules
Default Value (no default)
Example Property
module.[MODULE_ID].config.callback_script.file = 

59.146.3Property: FHIR storage Callback Script (Text)

 
Property Name FHIR storage Callback Script (Text)
Property Key
Property Type JAVASCRIPT
Description If set, supplies a callback function that will be executed. This script allows JavaScript-based interceptors to be written and inject logic into the server. See Fhir Storage Interceptor Examples for an example.
Applies to Modules
Default Value (no default)
Example Property
module.[MODULE_ID].config.callback_script.text = 

59.146.4Property: 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
Default Value (no default)
Example Property
module.[MODULE_ID].config.custom_interceptor_can_replace_authorization_interceptor = 

59.146.5Property: Secure Application Context For Customer-Provided Beans

 
Property Name Secure Application Context For Customer-Provided Beans
Property Key
Property Type BOOLEAN
Description If enabled, only a subset of the application context will be available to customer-provided beans. This is a security feature that prevents custom code from accessing various internal Smile CDR beans.
Applies to Modules
Default Value (no default)
Example Property
module.[MODULE_ID].config.interceptor_bean_secure_context = 

59.146.6Property: 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 Smile CDR Interceptors.
Applies to Modules
Default Value (no default)
Example Property
module.[MODULE_ID].config.interceptor_bean_types = 
   59.56    FHIR Gateway Configuration 59.58    LiveBundle Service