-
Returns the enum constant of this type with the specified name.
AuthorizationFlagsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
This property configures any flags affecting how authorization is
applied.
This property configures any flags affecting how authorization is
applied.
IAuthRule.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, or null
if the rule does not apply
RuleBulkExportImpl.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)
RuleImplConditional.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)
RuleImplUpdateHistoryRewrite.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)
This property configures any flags affecting how authorization is
applied.