| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Method and Description |
|---|---|
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilder.allowAll()
This rule allows any invocation to proceed.
|
IAuthRuleBuilderRuleOpClassifierFinished |
RuleBuilder.allowAll() |
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilder.allowAll(String theRuleName)
This rule allows any invocation to proceed.
|
IAuthRuleBuilderRuleOpClassifierFinished |
RuleBuilder.allowAll(String theRuleName) |
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilderRuleTransactionOp.andApplyNormalRules() |
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilder.denyAll()
This rule allows any invocation to proceed.
|
IAuthRuleBuilderRuleOpClassifierFinished |
RuleBuilder.denyAll() |
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilder.denyAll(String theRuleName)
This rule allows any invocation to proceed.
|
IAuthRuleBuilderRuleOpClassifierFinished |
RuleBuilder.denyAll(String theRuleName) |
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilderRuleOpClassifier.inCompartment(String theCompartmentName,
Collection<? extends IIdType> theOwners)
Rule applies to resources in the given compartment.
|
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilderRuleOpClassifier.inCompartment(String theCompartmentName,
IIdType theOwner)
Rule applies to resources in the given compartment.
|
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilderRule.metadata()
This rules applies to the metadata operation (retrieve the
server's conformance statement)
|
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilderOperationNamed.onInstance(IIdType theInstanceId)
Rule applies to invocations of this operation at the
instance level |
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilderOperationNamed.onInstancesOfType(Class<? extends IBaseResource> theType)
Rule applies to invocations of this operation at the
instance level on any instance of the given type |
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilderOperationNamed.onServer()
Rule applies to invocations of this operation at the
server level |
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilderOperationNamed.onType(Class<? extends IBaseResource> theType)
Rule applies to invocations of this operation at the
type level |
IAuthRuleBuilderRuleOpClassifierFinished |
IAuthRuleBuilderRuleOpClassifier.withAnyId()
Rule applies to any resource instances
|
Copyright © 2014–2017 University Health Network. All rights reserved.