Uses of Interface
com.sap.cloud.sdk.cloudplatform.tenant.Tenant
Packages that use Tenant
Package
Description
- 
Uses of Tenant in com.sap.cloud.sdk.cloudplatform.cache
Methods in com.sap.cloud.sdk.cloudplatform.cache with parameters of type TenantModifier and TypeMethodDescriptionstatic CacheKeyConstructs aCacheKeyfor the given tenant and principal identifier, independent of whether they arenullor not.static SerializableCacheKeyConstructs aCacheKeyfor the given tenant and principal identifier, independent of whether they arenullor not. - 
Uses of Tenant in com.sap.cloud.sdk.cloudplatform.resilience
Methods in com.sap.cloud.sdk.cloudplatform.resilience that return TenantMethods in com.sap.cloud.sdk.cloudplatform.resilience with parameters of type TenantModifier and TypeMethodDescriptionstatic CacheFilterCacheFilter.keyMatchesTenant(Tenant tenant) Creates aCacheFilter, which includes all cache entries associated withGenericCacheKeys that are accessible with respect to the passedTenant. - 
Uses of Tenant in com.sap.cloud.sdk.cloudplatform.tenant
Subinterfaces of Tenant in com.sap.cloud.sdk.cloudplatform.tenantModifier and TypeInterfaceDescriptioninterfaceRepresents a {@link Tenant) that can be accessed through a subdomain.Classes in com.sap.cloud.sdk.cloudplatform.tenant that implement TenantModifier and TypeClassDescriptionclassImplementation ofTenantwhich can be used on SAP Business Technology Platform Cloud Foundry.Methods in com.sap.cloud.sdk.cloudplatform.tenant that return TenantModifier and TypeMethodDescriptionstatic TenantTenantAccessor.getCurrentTenant()Returns the currentTenant.Methods in com.sap.cloud.sdk.cloudplatform.tenant that return types with arguments of type TenantModifier and TypeMethodDescriptionTenantAccessor.getFallbackTenant()Global fallbackTenant.io.vavr.control.Try<Tenant>DefaultTenantFacade.tryGetCurrentTenant()io.vavr.control.Try<Tenant>DwcTenantFacade.tryGetCurrentTenant()static io.vavr.control.Try<Tenant>TenantAccessor.tryGetCurrentTenant()io.vavr.control.Try<Tenant>TenantFacade.tryGetCurrentTenant()Returns aTryof the currentTenant.Methods in com.sap.cloud.sdk.cloudplatform.tenant with parameters of type TenantModifier and TypeMethodDescriptionstatic voidTenantAccessor.executeWithTenant(Tenant tenant, Executable executable) Execute the givenExecutableon behalf of a given tenant.static <T> TTenantAccessor.executeWithTenant(Tenant tenant, Callable<T> callable) Execute the givenCallableon behalf of a given tenant.Method parameters in com.sap.cloud.sdk.cloudplatform.tenant with type arguments of type TenantModifier and TypeMethodDescriptionstatic voidTenantAccessor.executeWithFallbackTenant(Supplier<Tenant> fallbackTenant, Executable executable) Execute the givenExecutable, using the given tenant as fallback if there is no other tenant available.static <T> TTenantAccessor.executeWithFallbackTenant(Supplier<Tenant> fallbackTenant, Callable<T> callable) Execute the givenCallable, using the given tenant as fallback if there is no other tenant available.static voidTenantAccessor.setFallbackTenant(Supplier<Tenant> fallbackTenant) Global fallbackTenant.Constructors in com.sap.cloud.sdk.cloudplatform.tenant with parameters of type TenantModifierConstructorDescriptionTenantThreadContextListener(Tenant tenant) Constructor for providing aTenantto be returned by this listener.