Class UserFinderUtil

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

public class UserFinderUtil extends Object
  • Constructor Details

  • Method Details

    • getAccountUsers

      public Set<DuracloudUser> getAccountUsers(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
    • convertDuracloudUsersToSecurityUserBeans

      public Set<SecurityUserBean> convertDuracloudUsersToSecurityUserBeans(AccountInfo accountInfo, Set<DuracloudUser> users, boolean includeRootUsers)