| Package | Description |
|---|---|
| org.duracloud.storage.domain | |
| org.duracloud.storage.domain.impl | |
| org.duracloud.storage.util | |
| org.duracloud.storage.xml | |
| org.duracloud.storage.xml.impl |
| Modifier and Type | Method and Description |
|---|---|
StorageAccount |
StorageAccountManager.getPrimaryStorageAccount() |
StorageAccount |
StorageAccountManager.getStorageAccount(String storageProviderId) |
| Modifier and Type | Method and Description |
|---|---|
List<StorageAccount> |
DuraStoreInitConfig.getStorageAccounts() |
Map<String,StorageAccount> |
StorageAccountManager.getStorageAccounts() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageAccountManager.initialize(List<StorageAccount> accts)
Initializes the account manager based on provided accounts
|
void |
DuraStoreInitConfig.setStorageAccounts(List<StorageAccount> storageAccounts) |
| Modifier and Type | Class and Description |
|---|---|
class |
StorageAccountImpl
Contains the information necessary to access a storage
provider account.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageAccount> |
StorageProviderFactory.getStorageAccounts() |
| Modifier and Type | Method and Description |
|---|---|
StorageAccount |
StorageAccountProviderBinding.getAccountFromXml(org.jdom.Element xml)
This method builds a StorageAccount object from the arg xml.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageAccount> |
StorageAccountsDocumentBinding.createStorageAccountsFrom(org.jdom.Element accounts)
This method deserializes the provided xml into a durastore acct config object.
|
List<StorageAccount> |
StorageAccountsDocumentBinding.createStorageAccountsFromXml(InputStream xml)
Creates storage accounts listing from XML which includes only the
storage accounts list (not the full DuraStore config.
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Element |
StorageAccountProviderBinding.getElementFrom(StorageAccount acct,
boolean includeCredentials,
boolean includeHiddenOptions)
This method builds an xml element from the arg StorageAccount.
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Element |
StorageAccountsDocumentBinding.createDocumentFrom(Collection<StorageAccount> accts,
boolean includeCredentials,
boolean includeOptions)
Converts the provided DuraStore acct configuration into an Xml element,
to be included in a larger Xml document (likely DuraStore config)
|
String |
StorageAccountsDocumentBinding.createXmlFrom(Collection<StorageAccount> accts,
boolean includeCredentials,
boolean includeOptions)
Converts the provided DuraStore acct configuration into a stand-alone
XML document.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccount |
StorageAccountProviderSimpleBindingImpl.getAccountFromXml(org.jdom.Element xml) |
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Element |
StorageAccountProviderSimpleBindingImpl.getElementFrom(StorageAccount acct,
boolean includeCredentials,
boolean includeHiddenOptions) |
Copyright © 2009–2019 DuraSpace. All rights reserved.