
Uses of Package
ca.uhn.fhir.rest.server.interceptor.auth
Packages that use ca.uhn.fhir.rest.server.interceptor.auth
-
Classes in ca.uhn.fhir.rest.server.interceptor.auth used by ca.uhn.fhir.rest.server.interceptor.authClassDescriptionThis class is used in RuleBuilder, as a way to provide a compartment permission additional resource search params that are to be included as "in" the given compartment.This class is a base class for interceptors which can be used to inspect requests and responses to determine whether the calling user has permission to perform the given action.Return type for
SearchNarrowingInterceptor.buildAuthorizedList(RequestDetails)
Note: At this time, this interface is considered internal API to HAPI FHIR, and is subject to change without warning.Used byAuthorizationInterceptor
in order to allow user code to define authorization rules.Allows user-supplied logic for authorization rules.This interceptor can be used to automatically narrow the scope of searches in order to automatically restrict the searches to specific compartments.