
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.addCodeInValueSet
(String theResourceName, String theSearchParameterName, String theValueSetUrl) If specified, any search fortheResourceName
will automatically include a parameter indicating that the token search parametertheSearchParameterName
must have a value in the ValueSet with URLtheValueSetUrl
.AuthorizedList.addCodeNotInValueSet
(String theResourceName, String theSearchParameterName, String theValueSetUrl) If specified, any search fortheResourceName
will automatically include a parameter indicating that the token search parametertheSearchParameterName
must have a value not in the ValueSet with URLtheValueSetUrl
.AuthorizedList.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 AuthorizedList
SearchNarrowingInterceptor.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.