
Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleBuilderRuleOp
Packages that use IAuthRuleBuilderRuleOp
-
Uses of IAuthRuleBuilderRuleOp in ca.uhn.fhir.rest.server.interceptor.auth
Subinterfaces of IAuthRuleBuilderRuleOp in ca.uhn.fhir.rest.server.interceptor.authMethods in ca.uhn.fhir.rest.server.interceptor.auth that return IAuthRuleBuilderRuleOpModifier and TypeMethodDescriptionIAuthRuleBuilderRule.create()
This rule specifically allows a user to perform a FHIR create, but not an update or other write operationsIAuthRuleBuilderRuleOpDelete.onCascade()
Specifies that this rule applies to cascading deletes as opposed to regular deletes.IAuthRuleBuilderRuleOpDelete.onExpunge()
Specifies that this rule applies to delete expunges as opposed to regular deletes.IAuthRuleBuilderRule.read()
This rule applies to any FHIR operation involving reading, includingread
,vread
,search
, andhistory
IAuthRuleBuilderRule.write()
This rule applies to any FHIR operation involving writing, includingcreate
, andupdate