| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IAuthRuleBuilderRuleConditionalClassifier |
interface |
IAuthRuleBuilderRuleOpClassifierFinished |
interface |
IAuthRuleBuilderRuleOpClassifierFinishedWithTenantId |
| Modifier and Type | Method and Description |
|---|---|
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(org.hl7.fhir.instance.model.api.IIdType theId)
Rule applies to the resource with the given ID (e.g.
|
IAuthRuleFinished |
IAuthRuleBuilderRuleOp.instance(String 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.
|
Copyright © 2014–2019 University Health Network. All rights reserved.