IAuthRuleFinished |
IAuthRuleBuilderPatch.allRequests() |
With this setting, all patch requests will be permitted
to proceed.
|
IAuthRuleFinished |
IAuthRuleBuilderGraphQL.any() |
Note that this is an all-or-nothing grant for now, it
is not yet possible to specify individual resource security when
using GraphQL.
|
IAuthRuleFinished |
IAuthRuleBuilderRuleOp.instance(String theId) |
Rule applies to the resource with the given ID (e.g.
|
IAuthRuleFinished |
IAuthRuleBuilderRuleOp.instance(org.hl7.fhir.instance.model.api.IIdType theId) |
Rule applies to the resource with the given ID (e.g.
|
IAuthRuleFinished |
IAuthRuleBuilderRuleOp.instances(Collection<org.hl7.fhir.instance.model.api.IIdType> theIds) |
Rule applies to the resource with the given ID (e.g.
|
IAuthRuleFinished |
IAuthRuleFinished.withTester(IAuthRuleTester theTester) |
Add an additional tester that will be queried if all other conditions
of this rule already match.
|