Uses of Class
ca.uhn.fhir.rest.server.interceptor.auth.AuthorizationInterceptor.Verdict
-
Packages that use AuthorizationInterceptor.Verdict Package Description ca.uhn.fhir.rest.server.interceptor.auth -
-
Uses of AuthorizationInterceptor.Verdict in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return AuthorizationInterceptor.Verdict 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)AuthorizationInterceptor.VerdictAuthorizationInterceptor. applyRulesAndReturnDecision(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, ca.uhn.fhir.interceptor.api.Pointcut thePointcut)AuthorizationInterceptor.VerdictIRuleApplier. applyRulesAndReturnDecision(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, ca.uhn.fhir.interceptor.api.Pointcut thePointcut)Methods in ca.uhn.fhir.rest.server.interceptor.auth with parameters of type AuthorizationInterceptor.Verdict Modifier and Type Method Description protected voidAuthorizationInterceptor. handleDeny(RequestDetails theRequestDetails, AuthorizationInterceptor.Verdict decision)Handle an access control verdict ofPolicyEnum.DENY.protected voidAuthorizationInterceptor. handleDeny(AuthorizationInterceptor.Verdict decision)This method should not be overridden.
-