| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server.interceptor.auth |
| 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) |
AuthorizationInterceptor.Verdict |
AuthorizationInterceptor.applyRulesAndReturnDecision(RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
IBaseResource theInputResource,
IIdType theInputResourceId,
IBaseResource theOutputResource) |
AuthorizationInterceptor.Verdict |
IRuleApplier.applyRulesAndReturnDecision(RestOperationTypeEnum theOperation,
RequestDetails theRequestDetails,
IBaseResource theInputResource,
IIdType theInputResourceId,
IBaseResource theOutputResource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AuthorizationInterceptor.handleDeny(AuthorizationInterceptor.Verdict decision)
Handle an access control verdict of
PolicyEnum.DENY. |
Copyright © 2014–2017 University Health Network. All rights reserved.