public class StorageProviderFactory extends Object
StorageProvider based on a set of credentials.| Constructor and Description |
|---|
StorageProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.duracloud.storage.provider.StorageProvider |
create(StorageProviderCredentials credentials)
Creates a StorageProvider
|
org.duracloud.storage.provider.StorageProvider |
createWithAudit(StorageProviderCredentials credentials,
String accountSubdomain,
org.duracloud.common.queue.TaskQueue auditQueue)
Creates a StorageProvider which captures events and passes them to the
audit queue.
|
public org.duracloud.storage.provider.StorageProvider createWithAudit(StorageProviderCredentials credentials, String accountSubdomain, org.duracloud.common.queue.TaskQueue auditQueue)
credentials - needed to connect to storage provideraccountSubdomain - subdomain of the storage provider accountauditQueue - used to capture changes to stored contentpublic org.duracloud.storage.provider.StorageProvider create(StorageProviderCredentials credentials)
credentials - Copyright © 2013–2017 DuraSpace. All rights reserved.