Uses of Interface
ca.uhn.fhir.rest.server.interceptor.auth.IAuthRule
-
Packages that use IAuthRule Package Description ca.uhn.fhir.rest.server.interceptor.auth -
-
Uses of IAuthRule in ca.uhn.fhir.rest.server.interceptor.auth
Classes in ca.uhn.fhir.rest.server.interceptor.auth that implement IAuthRule Modifier and Type Class Description classRuleImplConditionalMethods in ca.uhn.fhir.rest.server.interceptor.auth that return types with arguments of type IAuthRule Modifier and Type Method Description List<IAuthRule>IAuthRuleBuilder. build()Build the rule listList<IAuthRule>IAuthRuleFinished. build()Build the rule listList<IAuthRule>RuleBuilder. build()List<IAuthRule>AuthorizationInterceptor. buildRuleList(RequestDetails theRequestDetails)Subclasses should override this method to supply the set of rules to be applied to this individual request.
-