| 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() |
| Modifier and Type | Method and Description |
|---|---|
protected Tenant |
AbstractClient.autoDiscoverTenant(Account account) |
| Constructor and Description |
|---|
AbstractContainer(Account account,
String name,
boolean allowCaching) |
AccountPaginationMap(Account account,
String prefix,
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,
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,
Collection<? extends Header> headers) |
HashPasswordCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
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,
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,
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,
String writePermissions,
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,
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,
String url,
String token) |
| 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,
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,
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,
Collection<? extends Header> headers) |
HashPasswordCommandMock(Swift swift,
Account account,
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,
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 | 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(String hashPassword)
Saves the password to the Account.
|
Account |
Account.setPrivateHost(String host)
Set your own private host to prefix the URLs of objects
|
Account |
Account.setPublicHost(String host)
Set your own host to prefix the URLs of objects
|
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<Collection<Container>> |
Swift.listContainers(Account account,
ListInstructions listInstructions) |
Copyright © 2012-2016 42 BV. All Rights Reserved.