Uses of Class
ca.uhn.fhir.rest.server.interceptor.auth.AuthorizedList
-
Packages that use AuthorizedList Package Description ca.uhn.fhir.rest.server.interceptor.auth -
-
Uses of AuthorizedList in ca.uhn.fhir.rest.server.interceptor.auth
Methods in ca.uhn.fhir.rest.server.interceptor.auth that return AuthorizedList Modifier and Type Method Description AuthorizedListAuthorizedList. addCompartment(String theCompartment)Adds a compartment that the user should be allowed to accessAuthorizedListAuthorizedList. addCompartments(String... theCompartments)Adds a compartment that the user should be allowed to accessAuthorizedListAuthorizedList. addResource(String theResource)Adds a resource that the user should be allowed to accessAuthorizedListAuthorizedList. 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.
-