public interface IAuthRuleTester
THIS IS AN EXPERIMENTAL API! Feedback is welcome, and this API may change.
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
org.hl7.fhir.instance.model.api.IIdType theInputResourceId,
org.hl7.fhir.instance.model.api.IBaseResource theInputResource)
Allows user-supplied logic for authorization rules.
|
boolean matches(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation, RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IIdType theInputResourceId, org.hl7.fhir.instance.model.api.IBaseResource theInputResource)
THIS IS AN EXPERIMENTAL API! Feedback is welcome, and this API may change.
Copyright © 2014–2019 University Health Network. All rights reserved.