Interface IAuthRuleBuilderRuleOpClassifierFinished
-
- All Superinterfaces:
IAuthRuleFinished
public interface IAuthRuleBuilderRuleOpClassifierFinished extends IAuthRuleFinished
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthRuleBuilderRuleOpClassifierFinishedWithTenantIdforTenantIds(String... theTenantId)IAuthRuleBuilderRuleOpClassifierFinishedWithTenantIdforTenantIds(Collection<String> theTenantId)IAuthRuleBuilderRuleOpClassifierFinishedWithTenantIdnotForTenantIds(String... theTenantIds)IAuthRuleBuilderRuleOpClassifierFinishedWithTenantIdnotForTenantIds(Collection<String> theTenantIds)-
Methods inherited from interface ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleFinished
andThen, build, withTester
-
-
-
-
Method Detail
-
forTenantIds
IAuthRuleBuilderRuleOpClassifierFinishedWithTenantId forTenantIds(String... theTenantId)
-
forTenantIds
IAuthRuleBuilderRuleOpClassifierFinishedWithTenantId forTenantIds(Collection<String> theTenantId)
-
notForTenantIds
IAuthRuleBuilderRuleOpClassifierFinishedWithTenantId notForTenantIds(String... theTenantIds)
-
notForTenantIds
IAuthRuleBuilderRuleOpClassifierFinishedWithTenantId notForTenantIds(Collection<String> theTenantIds)
-
-