
Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleBuilderRuleOpClassifierFinished
Packages that use IAuthRuleBuilderRuleOpClassifierFinished
-
Uses of IAuthRuleBuilderRuleOpClassifierFinished in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return IAuthRuleBuilderRuleOpClassifierFinishedModifier 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.inModifiedCompartment(String theCompartmentName, Collection<? extends org.hl7.fhir.instance.model.api.IIdType> theOwners, ca.uhn.fhir.interceptor.auth.CompartmentSearchParameterModifications theModifications) Rule applies to resources in the given compartment.IAuthRuleBuilderRuleOpClassifier.inModifiedCompartment(String theCompartmentName, org.hl7.fhir.instance.model.api.IIdType theOwner, ca.uhn.fhir.interceptor.auth.CompartmentSearchParameterModifications theModifications) 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