| 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 |
|---|---|
Map<String,StorageAccount> |
StorageAccountManager.getStorageAccounts() |
| 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(InputStream xml)
This method deserializes the provided xml into a durastore acct config object.
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom.Element |
StorageAccountProviderBinding.getElementFrom(StorageAccount acct,
boolean includeCredentials)
This method builds an xml element from the arg StorageAccount.
|
| Modifier and Type | Method and Description |
|---|---|
String |
StorageAccountsDocumentBinding.createDocumentFrom(Collection<StorageAccount> accts,
boolean includeCredentials)
This method serializes the provide durastore acct configuration into xml.
|
| 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) |
Copyright © 2009-2012 DuraSpace. All Rights Reserved.