| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Method and Description |
|---|---|
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.atAnyLevel()
Rule applies to invocations of this operation at any level (server, type or instance)
|
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onAnyInstance()
Rule applies to invocations of this operation at the
instance level on any instance |
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onAnyType()
Rule applies to invocations of this operation at the
type level on any type |
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onInstance(org.hl7.fhir.instance.model.api.IIdType theInstanceId)
Rule applies to invocations of this operation at the
instance level |
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onInstancesOfType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
Rule applies to invocations of this operation at the
instance level on any instance of the given type |
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onServer()
Rule applies to invocations of this operation at the
server level |
IAuthRuleBuilderOperationNamedAndScoped |
IAuthRuleBuilderOperationNamed.onType(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theType)
Rule applies to invocations of this operation at the
type level |
Copyright © 2014–2019 University Health Network. All rights reserved.