Interface TenantSetup

All Known Implementing Classes:
TenantSetupImpl

public interface TenantSetup
Author:
Filip Hrisafov
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getGroups()
    The ids of the groups that were created, keyed by tenantId
    java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getUpdatedGroups()
    The ids of the groups that were updated, keyed by tenantId
    java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getUsers()
    The ids of the users that were created, keyed by tenantId.
  • Method Details

    • getUsers

      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getUsers()
      The ids of the users that were created, keyed by tenantId.
      Returns:
      the ids of the users that were created
    • getGroups

      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getGroups()
      The ids of the groups that were created, keyed by tenantId
      Returns:
      the ids of the groups that were created
    • getUpdatedGroups

      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getUpdatedGroups()
      The ids of the groups that were updated, keyed by tenantId
      Returns:
      the ids of the groups that were updated