Uses of Interface
org.duracloud.storage.domain.StorageAccount
Packages that use StorageAccount
Package
Description
-
Uses of StorageAccount in org.duracloud.storage.domain
Methods in org.duracloud.storage.domain that return StorageAccountModifier and TypeMethodDescriptionStorageAccountManager.getPrimaryStorageAccount()StorageAccountManager.getStorageAccount(String storageProviderId) Methods in org.duracloud.storage.domain that return types with arguments of type StorageAccountModifier and TypeMethodDescriptionDuraStoreInitConfig.getStorageAccounts()StorageAccountManager.getStorageAccounts()Method parameters in org.duracloud.storage.domain with type arguments of type StorageAccountModifier and TypeMethodDescriptionvoidStorageAccountManager.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 StorageAccountModifier and TypeClassDescriptionclassContains 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 -
Uses of StorageAccount in org.duracloud.storage.xml
Methods in org.duracloud.storage.xml that return StorageAccountModifier and TypeMethodDescriptionStorageAccountProviderBinding.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 StorageAccountModifier and TypeMethodDescriptionStorageAccountsDocumentBinding.createStorageAccountsFrom(org.jdom.Element accounts) This method deserializes the provided xml into a durastore acct config object.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 StorageAccountModifier and TypeMethodDescriptionorg.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 StorageAccountModifier and TypeMethodDescriptionorg.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)StorageAccountsDocumentBinding.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 StorageAccountModifier and TypeMethodDescriptionStorageAccountProviderSimpleBindingImpl.getAccountFromXml(org.jdom.Element xml) Methods in org.duracloud.storage.xml.impl with parameters of type StorageAccountModifier and TypeMethodDescriptionorg.jdom.ElementStorageAccountProviderSimpleBindingImpl.getElementFrom(StorageAccount acct, boolean includeCredentials, boolean includeHiddenOptions)