Class UserFinderUtil
java.lang.Object
org.duracloud.account.db.util.util.UserFinderUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.duracloud.account.db.model.DuracloudUser>getAccountUsers(org.duracloud.account.db.model.AccountInfo account) Retrieves the users associated with the account
-
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
-