Interface AcceptsTenant


public interface AcceptsTenant
Should be implemented by the User entity to provide tenant id for current authentication.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns tenant id of the user.
  • Method Details

    • getTenantId

      String getTenantId()
      Returns tenant id of the user.