public interface CredentialsRepo
| Modifier and Type | Method and Description |
|---|---|
AccountCredentials |
getAccountCredentials(String account)
Returns a list of storage provider associated with an account
|
List<String> |
getAccounts()
Returns a list of accounts
|
StorageProviderCredentials |
getStorageProviderCredentials(String account,
String storeId)
Returns a set of credentials associated with an account.
|
StorageProviderCredentials getStorageProviderCredentials(String account, String storeId) throws CredentialsRepoException
account - The id of the DuraCloud account - maps directly to the subdomain.storeId - The storage provider idCredentialsRepoExceptionList<String> getAccounts() throws CredentialsRepoException
CredentialsRepoExceptionAccountCredentials getAccountCredentials(String account) throws AccountCredentialsNotFoundException
account - CredentialsRepoExceptionAccountCredentialsNotFoundExceptionCopyright © 2013–2015 DuraSpace. All rights reserved.