Uses of Interface
ca.uhn.fhir.rest.server.tenant.ITenantIdentificationStrategy
-
Packages that use ITenantIdentificationStrategy Package Description ca.uhn.fhir.rest.server ca.uhn.fhir.rest.server.tenant -
-
Uses of ITenantIdentificationStrategy in ca.uhn.fhir.rest.server
Methods in ca.uhn.fhir.rest.server with parameters of type ITenantIdentificationStrategy Modifier and Type Method Description voidRestfulServer. 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
Classes in ca.uhn.fhir.rest.server.tenant that implement ITenantIdentificationStrategy Modifier and Type Class Description classUrlBaseTenantIdentificationStrategyThis class is a tenant identification strategy which assumes that a single path element will be present between the server base URL and the beginning
-