Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleBuilderRuleOp
-
Packages that use IAuthRuleBuilderRuleOp Package Description ca.uhn.fhir.rest.server.interceptor.auth -
-
Uses of IAuthRuleBuilderRuleOp in ca.uhn.fhir.rest.server.interceptor.auth
Subinterfaces of IAuthRuleBuilderRuleOp in ca.uhn.fhir.rest.server.interceptor.auth Modifier and Type Interface Description interfaceIAuthRuleBuilderRuleOpDeleteMethods in ca.uhn.fhir.rest.server.interceptor.auth that return IAuthRuleBuilderRuleOp Modifier and Type Method Description IAuthRuleBuilderRuleOpIAuthRuleBuilderRule. create()This rule specifically allows a user to perform a FHIR create, but not an update or other write operationsIAuthRuleBuilderRuleOpIAuthRuleBuilderRuleOpDelete. onCascade()Specifies that this rule applies to cascading deletes as opposed to regular deletes.IAuthRuleBuilderRuleOpIAuthRuleBuilderRule. read()This rule applies to any FHIR operation involving reading, includingread,vread,search, andhistoryIAuthRuleBuilderRuleOpIAuthRuleBuilderRule. write()This rule applies to any FHIR operation involving writing, includingcreate, andupdate
-