| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationInterceptor
This class is a base class for interceptors which can be used to
inspect requests and responses to determine whether the calling user
has permission to perform the given action.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationInterceptor.Verdict |
IAuthRule.applyRule(RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
IBaseResource theInputResource,
IIdType theInputResourceId,
IBaseResource theOutputResource,
IRuleApplier theRuleApplier)
Applies the rule and returns a policy decision, or
null if the rule does not apply |
AuthorizationInterceptor.Verdict |
RuleImplConditional.applyRule(RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
IBaseResource theInputResource,
IIdType theInputResourceId,
IBaseResource theOutputResource,
IRuleApplier theRuleApplier) |
Copyright © 2014–2017 University Health Network. All rights reserved.