Modifier and Type | Class and Description |
---|---|
class |
AtmosBlobRequestSigner |
Modifier and Type | Class and Description |
---|---|
class |
AWSS3BlobRequestSigner |
Constructor and Description |
---|
AWSS3BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
Utils utils,
ConsistencyModel consistencyModel,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Modifier and Type | Class and Description |
---|---|
class |
AzureBlobRequestSigner |
Modifier and Type | Class and Description |
---|---|
class |
LocalBlobRequestSigner |
Modifier and Type | Method and Description |
---|---|
BlobRequestSigner |
BlobStoreContext.getSigner()
Generates signed requests for blobs.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestSigningUnsupported |
Modifier and Type | Method and Description |
---|---|
BlobRequestSigner |
BlobStoreContextImpl.getSigner() |
Constructor and Description |
---|
BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
Utils utils,
ConsistencyModel consistencyModel,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Modifier and Type | Class and Description |
---|---|
class |
HPCloudObjectStorageBlobRequestSigner
Signer for HP's variant of temporary signed URLs.
|
Modifier and Type | Class and Description |
---|---|
class |
SwiftBlobSigner<T extends CommonSwiftClient> |
Modifier and Type | Class and Description |
---|---|
class |
RegionScopedTemporaryUrlBlobSigner
Uses
TemporaryUrlSigner to sign requests for access to blobs. |
Modifier and Type | Method and Description |
---|---|
BlobRequestSigner |
RegionScopedBlobStoreContext.getSigner() |
BlobRequestSigner |
RegionScopedBlobStoreContext.getSigner(String regionId) |
Constructor and Description |
---|
RegionScopedBlobStoreContext(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
com.google.common.base.Supplier<Set<String>> regionIds,
com.google.common.base.Supplier<String> implicitRegionId,
com.google.common.base.Function<String,BlobStore> blobStore,
com.google.common.base.Function<String,BlobRequestSigner> blobRequestSigner,
Utils utils,
ConsistencyModel consistencyModel) |
Modifier and Type | Class and Description |
---|---|
class |
S3BlobRequestSigner<T extends S3Client> |
Constructor and Description |
---|
S3BlobStoreContextImpl(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType,
Utils utils,
ConsistencyModel consistencyModel,
BlobStore blobStore,
BlobRequestSigner blobRequestSigner) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.