| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClient<A extends Account> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAccount |
| Modifier and Type | Method and Description |
|---|---|
protected Account |
AbstractStoredObject.getAccount() |
Account |
AbstractContainer.getAccount() |
Account |
AbstractAccount.setPreferredRegion(java.lang.String preferredRegion) |
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
AbstractClient.autoDiscoverTenant(Account account) |
| Constructor and Description |
|---|
AbstractContainer(Account account,
java.lang.String name,
boolean allowCaching) |
AccountPaginationMap(Account account,
java.lang.String prefix,
java.lang.Integer pageSize) |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountFactory.createAccount() |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountMock |
| Constructor and Description |
|---|
AbstractWebsite(Account account,
java.lang.String name,
boolean allowCaching) |
| Modifier and Type | Field and Description |
|---|---|
protected Account |
ListContainersCommandImpl.account |
| Constructor and Description |
|---|
AbstractAccountCommand(Account account,
org.apache.http.client.HttpClient httpClient,
Access access) |
AccountInformationCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access) |
AccountMetadataCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
java.util.Collection<? extends Header> headers) |
HashPasswordCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
java.lang.String password) |
ListContainersCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
ListInstructions listInstructions) |
TenantCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
java.lang.String url) |
| Constructor and Description |
|---|
AbstractContainerCommand(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container) |
AbstractListCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
ListInstructions listInstructions) |
ContainerInformationCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
boolean allowErrorLog) |
ContainerMetadataCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
java.util.Collection<? extends Header> headers) |
ContainerRightsCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
boolean publicContainer) |
ContainerRightsCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
java.lang.String writePermissions,
java.lang.String readPermissions) |
CreateContainerCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container) |
DeleteContainerCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container) |
ListDirectoryCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
ListInstructions listInstructions,
java.lang.Character delimiter) |
ListObjectsCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
ListInstructions listInstructions) |
| Constructor and Description |
|---|
AbstractSecureCommand(Account account,
org.apache.http.client.HttpClient httpClient,
java.lang.String url,
java.lang.String token) |
| Modifier and Type | Method and Description |
|---|---|
AccountInformationCommand |
AccountCommandFactoryImpl.createAccountInformationCommand(Account account) |
AccountMetadataCommand |
AccountCommandFactoryImpl.createAccountMetadataCommand(Account account,
java.util.Collection<? extends Header> headers) |
ContainerInformationCommand |
ContainerCommandFactoryImpl.createContainerInformationCommand(Account account,
Container container,
boolean allowErrorLog) |
ContainerMetadataCommand |
ContainerCommandFactoryImpl.createContainerMetadataCommand(Account account,
Container container,
java.util.Collection<? extends Header> headers) |
ContainerRightsCommand |
ContainerCommandFactoryImpl.createContainerRightsCommand(Account account,
Container container,
boolean publicContainer) |
ContainerRightsCommand |
ContainerCommandFactoryImpl.createContainerRightsCommand(Account account,
Container container,
java.lang.String writePermissions,
java.lang.String readPermissions) |
CopyObjectCommand |
StoredObjectCommandFactoryImpl.createCopyObjectCommand(Account account,
Container sourceContainer,
StoredObject sourceObject,
Container targetContainer,
StoredObject targetObject) |
CreateContainerCommand |
ContainerCommandFactoryImpl.createCreateContainerCommand(Account account,
Container container) |
DeleteContainerCommand |
ContainerCommandFactoryImpl.createDeleteContainerCommand(Account account,
Container container) |
DeleteObjectCommand |
StoredObjectCommandFactoryImpl.createDeleteObjectCommand(Account account,
Container container,
StoredObject target) |
DownloadObjectAsByteArrayCommand |
StoredObjectCommandFactoryImpl.createDownloadObjectAsByteArrayCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectAsInputStreamCommand |
StoredObjectCommandFactoryImpl.createDownloadObjectAsInputStreamCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectToFileCommand |
StoredObjectCommandFactoryImpl.createDownloadObjectToFileCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions,
java.io.File targetFile) |
HashPasswordCommand |
AccountCommandFactoryImpl.createHashPasswordCommand(Account account,
java.lang.String hashPassword) |
ListContainersCommand |
AccountCommandFactoryImpl.createListContainersCommand(Account account,
ListInstructions listInstructions) |
ListDirectoryCommand |
ContainerCommandFactoryImpl.createListDirectoryCommand(Account account,
Container container,
ListInstructions listInstructions,
java.lang.Character delimiter) |
ListObjectsCommand |
ContainerCommandFactoryImpl.createListObjectsCommand(Account account,
Container container,
ListInstructions listInstructions) |
ObjectInformationCommand |
StoredObjectCommandFactoryImpl.createObjectInformationCommand(Account account,
Container container,
StoredObject object,
boolean allowErrorLog) |
ObjectMetadataCommand |
StoredObjectCommandFactoryImpl.createObjectMetadataCommand(Account account,
Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
TenantCommand |
AccountCommandFactoryImpl.createTenantCommand(Account account) |
UploadObjectCommand |
StoredObjectCommandFactoryImpl.createUploadObjectCommand(Account account,
Container container,
StoredObject target,
UploadInstructions uploadInstructions) |
| Constructor and Description |
|---|
AbstractDownloadObjectCommand(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
DownloadInstructions downloadInstructions) |
AbstractObjectCommand(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object) |
CopyObjectCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject sourceObject,
StoredObject targetObject) |
DeleteObjectCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject target) |
DownloadObjectAsByteArrayCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectAsInputStreamCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectToFileCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
DownloadInstructions downloadInstructions,
java.io.File targetFile) |
ObjectInformationCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
boolean allowErrorLog) |
ObjectMetadataCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject object,
java.util.Collection<? extends Header> headers) |
UploadObjectCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
StoredObject target,
UploadInstructions uploadInstructions) |
| Constructor and Description |
|---|
AccountInformationCommandMock(Swift swift,
Account account) |
AccountMetadataCommandMock(Swift swift,
Account account,
java.util.Collection<? extends Header> headers) |
HashPasswordCommandMock(Swift swift,
Account account,
java.lang.String password) |
ListContainersCommandMock(Swift swift,
Account account,
ListInstructions listInstructions) |
TenantCommandMock(Swift swift,
Account account) |
| Constructor and Description |
|---|
ContainerInformationCommandMock(Swift swift,
Account account,
Container container,
boolean allowErrorLog) |
ContainerMetadataCommandMock(Swift swift,
Account account,
Container container,
java.util.Collection<? extends Header> headers) |
ContainerRightsCommandMock(Swift swift,
Account account,
Container container,
boolean publicContainer) |
CreateContainerCommandMock(Swift swift,
Account account,
Container container) |
DeleteContainerCommandMock(Swift swift,
Account account,
Container container) |
ListDirectoryCommandMock(Swift swift,
Account account,
Container container,
ListInstructions listInstructions) |
ListObjectsCommandMock(Swift swift,
Account account,
Container container,
ListInstructions listInstructions) |
| Modifier and Type | Field and Description |
|---|---|
protected Account |
CommandMock.account |
| Constructor and Description |
|---|
CommandMock(Swift swift,
Account account) |
CommandMock(Swift swift,
Account account,
Container container) |
CommandMock(Swift swift,
Account account,
Container container,
StoredObject object) |
| Modifier and Type | Method and Description |
|---|---|
AccountInformationCommand |
AccountCommandFactoryMock.createAccountInformationCommand(Account account) |
AccountMetadataCommand |
AccountCommandFactoryMock.createAccountMetadataCommand(Account account,
java.util.Collection<? extends Header> headers) |
ContainerInformationCommand |
ContainerCommandFactoryMock.createContainerInformationCommand(Account account,
Container container,
boolean allowErrorLog) |
ContainerMetadataCommand |
ContainerCommandFactoryMock.createContainerMetadataCommand(Account account,
Container container,
java.util.Collection<? extends Header> headers) |
ContainerRightsCommand |
ContainerCommandFactoryMock.createContainerRightsCommand(Account account,
Container container,
boolean publicContainer) |
ContainerRightsCommand |
ContainerCommandFactoryMock.createContainerRightsCommand(Account account,
Container container,
java.lang.String writePermission,
java.lang.String readPermission) |
CopyObjectCommand |
StoredObjectCommandFactoryMock.createCopyObjectCommand(Account account,
Container sourceContainer,
StoredObject sourceObject,
Container targetContainer,
StoredObject targetObject) |
CreateContainerCommand |
ContainerCommandFactoryMock.createCreateContainerCommand(Account account,
Container container) |
DeleteContainerCommand |
ContainerCommandFactoryMock.createDeleteContainerCommand(Account account,
Container container) |
DeleteObjectCommand |
StoredObjectCommandFactoryMock.createDeleteObjectCommand(Account account,
Container container,
StoredObject target) |
DownloadObjectAsByteArrayCommand |
StoredObjectCommandFactoryMock.createDownloadObjectAsByteArrayCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectAsInputStreamCommand |
StoredObjectCommandFactoryMock.createDownloadObjectAsInputStreamCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions) |
DownloadObjectToFileCommand |
StoredObjectCommandFactoryMock.createDownloadObjectToFileCommand(Account account,
Container container,
StoredObject object,
DownloadInstructions downloadInstructions,
java.io.File targetFile) |
HashPasswordCommand |
AccountCommandFactoryMock.createHashPasswordCommand(Account account,
java.lang.String hashPassword) |
ListContainersCommand |
AccountCommandFactoryMock.createListContainersCommand(Account account,
ListInstructions listInstructions) |
ListDirectoryCommand |
ContainerCommandFactoryMock.createListDirectoryCommand(Account account,
Container container,
ListInstructions listInstructions,
java.lang.Character delimiter) |
ListObjectsCommand |
ContainerCommandFactoryMock.createListObjectsCommand(Account account,
Container container,
ListInstructions listInstructions) |
ObjectInformationCommand |
StoredObjectCommandFactoryMock.createObjectInformationCommand(Account account,
Container container,
StoredObject object,
boolean allowErrorLog) |
ObjectMetadataCommand |
StoredObjectCommandFactoryMock.createObjectMetadataCommand(Account account,
Container container,
StoredObject object,
java.util.Collection<? extends Header> headers) |
TenantCommand |
AccountCommandFactoryMock.createTenantCommand(Account account) |
UploadObjectCommand |
StoredObjectCommandFactoryMock.createUploadObjectCommand(Account account,
Container container,
StoredObject target,
UploadInstructions uploadInstructions) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Client<A extends Account>
The authenticate call creates a new Account object, which allows you to interact with the Object Store.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Container.getAccount() |
Account |
Account.setAllowContainerCaching(boolean containerCaching)
If ContainerCaching is enabled, Account will keep track of its Container instances and reuse them.
|
Account |
Account.setAllowReauthenticate(boolean allowReauthenticate)
An ObjectStore authentication token will expire after 24 hours.
|
Account |
Account.setHashPassword(java.lang.String hashPassword)
Saves the password to the Account.
|
Account |
Account.setPreferredRegion(java.lang.String preferredRegion)
Set the preferred region for the account.
|
Account |
Account.setPrivateHost(java.lang.String host)
Set your own private host to prefix the URLs of objects
|
Account |
Account.setPublicHost(java.lang.String host)
Set your own host to prefix the URLs of objects
|
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<java.util.Collection<Container>> |
Swift.listContainers(Account account,
ListInstructions listInstructions) |
Copyright © 2012-2020 42 BV. All Rights Reserved.