Package io.jmix.multitenancy.core
Interface AcceptsTenant
public interface AcceptsTenant
Should be implemented by the User entity to provide tenant id for current authentication.
-
Method Summary
-
Method Details
-
getTenantId
String getTenantId()Returns tenant id of the user.
-