- findByAccountId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudGroupRepo
-
This method returns all groups within the given account.
- findByAccountId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudRightsRepo
-
This method returns the set of rights for a given account
The list may be of 0 length
- findByAccountId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudUserInvitationRepo
-
This method returns the set of invitations associated with a given
DuraCloud account
- findByAccountIdAndUserId(Long, Long) - Method in interface org.duracloud.account.db.repo.DuracloudRightsRepo
-
This method returns the set of rights for a given user in a given account
- findByNameAndAccountId(String, Long) - Method in interface org.duracloud.account.db.repo.DuracloudGroupRepo
-
This method returns a single group within the given account, with the
given groupname.
- findByPrimaryStorageProviderAccountId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudAccountRepo
-
- findByRedemptionCode(String) - Method in interface org.duracloud.account.db.repo.DuracloudUserInvitationRepo
-
This method returns the user invitation which matches the given
redemption code
- findByRootTrueAndEnabledTrueAndAccountNonExpiredTrueAndCredentialsNonExpiredTrueAndAccountNonLockedTrue() - Method in interface org.duracloud.account.db.repo.DuracloudUserRepo
-
Returns all enabled, non-locked root users with non-expired credentials.
- findBySecondaryStorageProviderAccountsId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudAccountRepo
-
- findByStatus(AccountInfo.AccountStatus) - Method in interface org.duracloud.account.db.repo.DuracloudAccountRepo
-
This method returns the account with the given subdomain
- findBySubdomain(String) - Method in interface org.duracloud.account.db.repo.DuracloudAccountRepo
-
This method returns the account with the given subdomain
- findByUserId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudRightsRepo
-
This method returns the set of rights for a given user
The list may be of 0 length
- findByUsername(String) - Method in interface org.duracloud.account.db.repo.DuracloudUserRepo
-
This method returns a single user with the given username