Package io.jmix.multitenancy.core
Interface AcceptsTenant
Deprecated, for removal: This API element is subject to removal in a future version.
Should be implemented by the User entity to provide tenant id for current authentication.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns tenant id of the user.
-
Method Details
-
getTenantId
String getTenantId()Deprecated, for removal: This API element is subject to removal in a future version.Returns tenant id of the user.
-
TenantId
instead