Class AdditionalCompartmentSearchParameters
java.lang.Object
ca.uhn.fhir.rest.server.interceptor.auth.AdditionalCompartmentSearchParameters
This class is used in RuleBuilder, as a way to provide a compartment permission additional resource search params that
are to be included as "in" the given compartment. For example, if you were to populate this map with
[device -> ["patient", "subject"]
and apply it to compartment Patient/123, then any device with Patient/123 as its patient would be considered "in"
the compartment, despite the fact that device is technically not part of the compartment definition for patient.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSearchParameters
(String... theQualifiedSearchParameters) getSearchParamNamesForResourceType
(String theResourceType)
-
Constructor Details
-
AdditionalCompartmentSearchParameters
-
-
Method Details
-
addSearchParameters
-
getSearchParamNamesForResourceType
-