Interface Tenant

All Superinterfaces:
Serializable
All Known Implementing Classes:
TenantEntity

public interface Tenant extends Serializable
Represents a tenant, used in IdentityService.
  • Method Details

    • getId

      String getId()
      Returns:
      the id of the tenant
    • setId

      void setId(String id)
    • getName

      String getName()
      Returns:
      the name of the tenant
    • setName

      void setName(String name)