| Modifier and Type | Method and Description |
|---|---|
Access |
AbstractAccount.authenticate() |
Access |
AbstractAccount.getAccess() |
| Modifier and Type | Method and Description |
|---|---|
Access |
AuthenticationMethod.AccessProvider.authenticate() |
| Constructor and Description |
|---|
AccountImpl(AuthenticationCommand command,
org.apache.http.client.HttpClient httpClient,
Access access,
boolean allowCaching,
TempUrlHashPrefixSource tempUrlHashPrefixSource,
java.lang.Character delimiter) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
AbstractSecureCommand.getURL(Access access,
ObjectStoreEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
Access |
AccountCommandFactoryImpl.authenticate() |
Access |
StoredObjectCommandFactoryImpl.getAccess() |
Access |
ContainerCommandFactoryImpl.getAccess() |
Access |
AccountCommandFactoryImpl.getAccess() |
| Constructor and Description |
|---|
AccountCommandFactoryImpl(org.apache.http.client.HttpClient httpClient,
Access access,
AuthenticationCommand authCommand,
TempUrlHashPrefixSource tempUrlHashPrefixSource,
java.lang.Character delimiter) |
| Modifier and Type | Method and Description |
|---|---|
Access |
ExternalAuthenticationCommandImpl.call() |
Access |
KeystoneAuthenticationV3CommandImpl.getReturnObject(org.apache.http.HttpResponse response) |
Access |
KeystoneAuthenticationCommandImpl.getReturnObject(org.apache.http.HttpResponse response) |
Access |
AbstractSimpleAuthenticationCommandImpl.getReturnObject(org.apache.http.HttpResponse response) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Access |
AccountCommandFactoryMock.authenticate() |
Access |
AccountCommandFactoryMock.getAccess() |
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<Access> |
AuthenticationCommandMock.callSwift() |
| Modifier and Type | Method and Description |
|---|---|
Access |
AccountCommandFactory.authenticate() |
Access |
AccountCommandFactory.getAccess() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAccess |
class |
AccessBasic |
class |
AccessNoTenant |
class |
AccessTenant |
class |
KeystoneV3Access |
| Modifier and Type | Method and Description |
|---|---|
Access |
Account.authenticate()
Trigger the authentication against Object Store.
|
Access |
Account.getAccess()
Obtain the Access interface
|
| Modifier and Type | Method and Description |
|---|---|
SwiftResult<Access> |
Swift.authenticate(java.lang.String tenantName,
java.lang.String tenantId,
java.lang.String username,
java.lang.String password) |
Copyright © 2012-2020 42 BV. All Rights Reserved.