Uses of Interface
com.sap.cloud.sdk.cloudplatform.tenant.Tenant
Packages that use Tenant
-
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 TenantMethods 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()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.