Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleBuilderRuleOpClassifierFinished
-
Uses of IAuthRuleBuilderRuleOpClassifierFinished in ca.uhn.fhir.rest.server.interceptor.auth
Modifier and TypeMethodDescriptionIAuthRuleBuilder.allowAll()
This rule allows any invocation to proceed.This rule allows any invocation to proceed.RuleBuilder.allowAll()
IAuthRuleBuilderOperationNamedAndScoped.andAllowAllResponses()
Responses for this operation will not be checkedIAuthRuleBuilderOperationNamedAndScoped.andAllowAllResponsesWithAllResourcesAccess()
Deprecated.IAuthRuleBuilderRuleTransactionOp.andApplyNormalRules()
IAuthRuleBuilderOperationNamedAndScoped.andRequireExplicitResponseAuthorization()
Responses for this operation must be authorized by other rules.IAuthRuleBuilder.denyAll()
This rule allows any invocation to proceed.This rule allows any invocation to proceed.RuleBuilder.denyAll()
IAuthRuleBuilderRuleOpClassifier.inCompartment
(String theCompartmentName, Collection<? extends org.hl7.fhir.instance.model.api.IIdType> theOwners) Rule applies to resources in the given compartment.IAuthRuleBuilderRuleOpClassifier.inCompartment
(String theCompartmentName, org.hl7.fhir.instance.model.api.IIdType theOwner) Rule applies to resources in the given compartment.IAuthRuleBuilderRuleOpClassifier.inCompartmentWithAdditionalSearchParams
(String theCompartmentName, Collection<? extends org.hl7.fhir.instance.model.api.IIdType> theOwners, AdditionalCompartmentSearchParameters theAdditionalTypeSearchParamNames) Rule applies to resources in the given compartment.IAuthRuleBuilderRuleOpClassifier.inCompartmentWithAdditionalSearchParams
(String theCompartmentName, org.hl7.fhir.instance.model.api.IIdType theOwner, AdditionalCompartmentSearchParameters theAdditionalTypeSearchParamNames) Rule applies to resources in the given compartment.IAuthRuleBuilderRule.metadata()
This rules applies to the metadata operation (retrieve the server's conformance statement)IAuthRuleBuilderRuleOpClassifier.withAnyId()
Rule applies to any resource instancesIAuthRuleBuilderRuleOpClassifier.withCodeInValueSet
(String theSearchParameterName, String theValueSetUrl) Rule applies to resources where the given search parameter would be satisfied by a code in the given ValueSet
IAuthRuleBuilderOperationNamedAndScoped.andAllowAllResponses()
, use that method instead