Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleFinished
-
Uses of IAuthRuleFinished in ca.uhn.fhir.rest.server.interceptor.auth
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Modifier and TypeMethodDescriptionIAuthRuleBuilderPatch.allRequests()
With this setting, all patch requests will be permitted to proceed.IAuthRuleBuilderUpdateHistoryRewrite.allRequests()
IAuthRuleBuilderGraphQL.any()
Allow any GraphQL request.IAuthRuleBuilderRuleOpClassifier.inCompartmentWithFilter
(String theCompartment, org.hl7.fhir.instance.model.api.IIdType theIdElement, String theFilter) Rule applies to the resource with the given ID (e.g.IAuthRuleBuilderRuleOp.instance
(org.hl7.fhir.instance.model.api.IIdType theId) Rule applies to the resource with the given ID (e.g.IAuthRuleBuilderRuleOp.instances
(Collection<org.hl7.fhir.instance.model.api.IIdType> theIds) Rule applies to the resource with the given ID (e.g.IAuthRuleBuilderRuleOpClassifier.withCodeNotInValueSet
(String theSearchParameterName, String theValueSetUrl) Rule applies to resources where the given search parameter would be satisfied by a code not in the given ValueSetIAuthRuleBuilderRuleOpClassifier.withFilter
(String theFilter) IAuthRuleFinished.withFilterTester
(String theQueryParameters) Narrow this rule to resources matching the given FHIR query.IAuthRuleFinished.withTester
(IAuthRuleTester theTester) Add an additional tester that will be queried if all other conditions of this rule already match.