Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleFinished
Packages that use IAuthRuleFinished
-
Uses of IAuthRuleFinished in ca.uhn.fhir.rest.server.interceptor.auth
Subinterfaces of IAuthRuleFinished in ca.uhn.fhir.rest.server.interceptor.authModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceMethods in ca.uhn.fhir.rest.server.interceptor.auth that return IAuthRuleFinishedModifier and TypeMethodDescriptionIAuthRuleBuilderPatch.allRequests()With this setting, all patch requests will be permitted to proceed.IAuthRuleBuilderGraphQL.any()Allow any GraphQL request.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 ValueSetIAuthRuleFinished.withTester(IAuthRuleTester theTester) Add an additional tester that will be queried if all other conditions of this rule already match.