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