Package org.duracloud.account.db.repo
Class UserFinderUtil
- java.lang.Object
-
- org.duracloud.account.db.repo.UserFinderUtil
-
public class UserFinderUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description UserFinderUtil(DuracloudRepoMgr repoMgr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<SecurityUserBean>convertDuracloudUsersToSecurityUserBeans(AccountInfo accountInfo, Set<DuracloudUser> users, boolean includeRootUsers)Set<DuracloudUser>getAccountUsers(AccountInfo account)Retrieves the users associated with the account
-
-
-
Constructor Detail
-
UserFinderUtil
public UserFinderUtil(DuracloudRepoMgr repoMgr)
-
-
Method Detail
-
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)
-
-