Class UserFinderUtil

java.lang.Object
org.duracloud.account.db.util.util.UserFinderUtil

public class UserFinderUtil extends Object
  • Constructor Details

    • UserFinderUtil

      public UserFinderUtil(org.duracloud.account.db.repo.DuracloudRepoMgr repoMgr)
  • Method Details

    • getAccountUsers

      public Set<org.duracloud.account.db.model.DuracloudUser> getAccountUsers(org.duracloud.account.db.model.AccountInfo account)
      Retrieves the users associated with the account
      Parameters:
      account - for which users should be gathered
      Returns:
      the set of users associated with an account