| Package | Description |
|---|---|
| ca.uhn.fhir.rest.server.interceptor.auth |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedList |
AuthorizedList.addCompartment(String theCompartment)
Adds a compartment that the user should be allowed to access
|
AuthorizedList |
AuthorizedList.addCompartments(String... theCompartments)
Adds a compartment that the user should be allowed to access
|
AuthorizedList |
AuthorizedList.addResource(String theResource)
Adds a resource that the user should be allowed to access
|
AuthorizedList |
AuthorizedList.addResources(String... theResources)
Adds a resource that the user should be allowed to access
|
protected 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.
|
Copyright © 2014–2019 University Health Network. All rights reserved.