Uses of Interface
ca.uhn.fhir.rest.server.tenant.ITenantIdentificationStrategy
-
Uses of ITenantIdentificationStrategy in ca.uhn.fhir.rest.server
Modifier and TypeMethodDescriptionvoid
RestfulServer.setTenantIdentificationStrategy
(ITenantIdentificationStrategy theTenantIdentificationStrategy) If provided (default isnull
), the tenant identification strategy provides a mechanism for a multitenant server to identify which tenant a given request corresponds to. -
Uses of ITenantIdentificationStrategy in ca.uhn.fhir.rest.server.tenant
Modifier and TypeClassDescriptionclass
This class is a tenant identification strategy which assumes that a single path element will be present between the server base URL and individual request.