Uses of Interface
org.duracloud.storage.domain.StorageAccount
-
Packages that use StorageAccount Package Description org.duracloud.storage.domain org.duracloud.storage.domain.impl org.duracloud.storage.util org.duracloud.storage.xml org.duracloud.storage.xml.impl -
-
Uses of StorageAccount in org.duracloud.storage.domain
Methods in org.duracloud.storage.domain that return StorageAccount Modifier and Type Method Description StorageAccountStorageAccountManager. getPrimaryStorageAccount()StorageAccountStorageAccountManager. getStorageAccount(String storageProviderId)Methods in org.duracloud.storage.domain that return types with arguments of type StorageAccount Modifier and Type Method Description List<StorageAccount>DuraStoreInitConfig. getStorageAccounts()Map<String,StorageAccount>StorageAccountManager. getStorageAccounts()Method parameters in org.duracloud.storage.domain with type arguments of type StorageAccount Modifier and Type Method Description voidStorageAccountManager. initialize(List<StorageAccount> accts)Initializes the account manager based on provided accountsvoidDuraStoreInitConfig. setStorageAccounts(List<StorageAccount> storageAccounts) -
Uses of StorageAccount in org.duracloud.storage.domain.impl
Classes in org.duracloud.storage.domain.impl that implement StorageAccount Modifier and Type Class Description classStorageAccountImplContains the information necessary to access a storage provider account. -
Uses of StorageAccount in org.duracloud.storage.util
Methods in org.duracloud.storage.util that return types with arguments of type StorageAccount Modifier and Type Method Description List<StorageAccount>StorageProviderFactory. getStorageAccounts() -
Uses of StorageAccount in org.duracloud.storage.xml
Methods in org.duracloud.storage.xml that return StorageAccount Modifier and Type Method Description StorageAccountStorageAccountProviderBinding. getAccountFromXml(org.jdom.Element xml)This method builds a StorageAccount object from the arg xml.Methods in org.duracloud.storage.xml that return types with arguments of type StorageAccount Modifier and Type Method 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.Methods in org.duracloud.storage.xml with parameters of type StorageAccount Modifier and Type Method Description org.jdom.ElementStorageAccountProviderBinding. getElementFrom(StorageAccount acct, boolean includeCredentials, boolean includeHiddenOptions)This method builds an xml element from the arg StorageAccount.Method parameters in org.duracloud.storage.xml with type arguments of type StorageAccount Modifier and Type Method Description org.jdom.ElementStorageAccountsDocumentBinding. 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)StringStorageAccountsDocumentBinding. createXmlFrom(Collection<StorageAccount> accts, boolean includeCredentials, boolean includeOptions)Converts the provided DuraStore acct configuration into a stand-alone XML document. -
Uses of StorageAccount in org.duracloud.storage.xml.impl
Methods in org.duracloud.storage.xml.impl that return StorageAccount Modifier and Type Method Description StorageAccountStorageAccountProviderSimpleBindingImpl. getAccountFromXml(org.jdom.Element xml)Methods in org.duracloud.storage.xml.impl with parameters of type StorageAccount Modifier and Type Method Description org.jdom.ElementStorageAccountProviderSimpleBindingImpl. getElementFrom(StorageAccount acct, boolean includeCredentials, boolean includeHiddenOptions)
-