Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IAuthRuleBuilderRule
-
Packages that use IAuthRuleBuilderRule Package Description ca.uhn.fhir.rest.server.interceptor.auth -
-
Uses of IAuthRuleBuilderRule in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return IAuthRuleBuilderRule Modifier and Type Method Description IAuthRuleBuilderRuleIAuthRuleBuilder. allow()Start a new rule to allow a given operationIAuthRuleBuilderRuleIAuthRuleBuilder. allow(String theRuleName)Start a new rule to allow a given operationIAuthRuleBuilderRuleRuleBuilder. allow()IAuthRuleBuilderRuleRuleBuilder. allow(String theRuleName)IAuthRuleBuilderRuleIAuthRuleBuilder. deny()Start a new rule to deny a given operationIAuthRuleBuilderRuleIAuthRuleBuilder. deny(String theRuleName)Start a new rule to deny a given operationIAuthRuleBuilderRuleRuleBuilder. deny()IAuthRuleBuilderRuleRuleBuilder. deny(String theRuleName)
-