Doc link fix (#3750)

* Doc link fix

* Whitespace to trigger a build
This commit is contained in:
michaelabuckley 2022-06-30 17:29:25 -04:00 committed by GitHub
parent cc841e1667
commit 4ec4d36ed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -21,11 +21,10 @@ The AuthorizationInterceptor is used by subclassing it and then registering your
The core rules support restricting access by resource type, resource instance, and compartment.
The rules also support query filters expressed by FHIR queries - e.g. `code:above=http://loinc.org|55399-0` to restrict Observations to just the diabetes panel.
To use query filters, you must activate the [RuleFilteringConsentService.](/apidocs/hapi-fhir-server/src/main/java/ca/uhn/fhir/rest/server/interceptor/consent/RuleFilteringConsentService.java)
To use query filters, you must activate the [RuleFilteringConsentService.](/apidocs/hapi-fhir-server/ca/uhn/fhir/rest/server/interceptor/consent/RuleFilteringConsentService.html)
```java
{{snippet:classpath:/ca/uhn/hapi/fhir/docs/AuthorizationInterceptors.java|ruleFiltering}}
```
```
## Using AuthorizationInterceptor in a REST Server