Interface Tenant

    • Method Detail

      • getId

        String getId()
        By providing an ID it is assumed this object will be mapped to an existing Tenant.
        Returns:
        the id of the tenant
      • getName

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

        String getDescription()
        Returns:
        the description of the tenant
      • isEnabled

        boolean isEnabled()
        Returns:
        if the tenant is enabled
      • delete

        void delete()
      • update

        void update()
      • removeUser

        void removeUser​(String userId,
                        String roleId)