Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IRuleApplier
-
Packages that use IRuleApplier Package Description ca.uhn.fhir.rest.server.interceptor.auth -
-
Uses of IRuleApplier in ca.uhn.fhir.rest.server.interceptor.auth
Classes in ca.uhn.fhir.rest.server.interceptor.auth that implement IRuleApplier Modifier and Type Class Description classAuthorizationInterceptorThis 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.Methods in ca.uhn.fhir.rest.server.interceptor.auth with parameters of type IRuleApplier Modifier and Type Method Description AuthorizationInterceptor.VerdictIAuthRule. applyRule(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation, RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theInputResource, org.hl7.fhir.instance.model.api.IIdType theInputResourceId, org.hl7.fhir.instance.model.api.IBaseResource theOutputResource, IRuleApplier theRuleApplier, Set<AuthorizationFlagsEnum> theFlags, ca.uhn.fhir.interceptor.api.Pointcut thePointcut)Applies the rule and returns a policy decision, ornullif the rule does not applyAuthorizationInterceptor.VerdictRuleImplConditional. applyRule(ca.uhn.fhir.rest.api.RestOperationTypeEnum theOperation, RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IBaseResource theInputResource, org.hl7.fhir.instance.model.api.IIdType theInputResourceId, org.hl7.fhir.instance.model.api.IBaseResource theOutputResource, IRuleApplier theRuleApplier, Set<AuthorizationFlagsEnum> theFlags, ca.uhn.fhir.interceptor.api.Pointcut thePointcut)
-