Uses of Class
ca.uhn.fhir.rest.server.interceptor.auth.AuthorizedList
Packages that use AuthorizedList
-
Uses of AuthorizedList in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return AuthorizedListModifier and TypeMethodDescriptionAuthorizedList.addCompartment(String theCompartment)Adds a compartment that the user should be allowed to accessAuthorizedList.addCompartments(String... theCompartments)Adds a compartment that the user should be allowed to accessAuthorizedList.addResource(String theResource)Adds a resource that the user should be allowed to accessAuthorizedList.addResources(String... theResources)Adds a resource that the user should be allowed to accessprotected AuthorizedListSearchNarrowingInterceptor.buildAuthorizedList(RequestDetails theRequestDetails)Subclasses should override this method to supply the set of compartments that the user making the request should actually have access to.