Package org.duracloud.account.db.repo
Class UserFinderUtil
java.lang.Object
org.duracloud.account.db.repo.UserFinderUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertDuracloudUsersToSecurityUserBeans(AccountInfo accountInfo, Set<DuracloudUser> users, boolean includeRootUsers) getAccountUsers(AccountInfo account) Retrieves the users associated with the account
-
Constructor Details
-
UserFinderUtil
-
-
Method Details
-
getAccountUsers
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)
-