Package | Description |
---|---|
org.jclouds.atmos.filters | |
org.jclouds.atmos.util | |
org.jclouds.aws.filters | |
org.jclouds.azure.storage.filters | |
org.jclouds.blobstore | |
org.jclouds.blobstore.domain.internal | |
org.jclouds.blobstore.functions | |
org.jclouds.blobstore.internal | |
org.jclouds.cloudstack.filters | |
org.jclouds.cloudstack.functions | |
org.jclouds.crypto | |
org.jclouds.ec2.compute.functions | |
org.jclouds.encryption.bouncycastle | |
org.jclouds.encryption.internal | |
org.jclouds.filesystem | |
org.jclouds.http.filters | |
org.jclouds.rest | |
org.jclouds.rest.internal | |
org.jclouds.s3.filters |
This package contains HttpRequestFilters needed to operate the REST api.
|
Constructor and Description |
---|
ShareUrl(String uid,
String encodedKey,
com.google.common.base.Supplier<URI> provider,
Provider<Long> timeStampProvider,
Provider<UriBuilder> uriBuilders,
Crypto crypto) |
SignRequest(SignatureWire signatureWire,
String uid,
String encodedKey,
Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Modifier and Type | Method and Description |
---|---|
static String |
AtmosUtils.putBlob(AtmosClient sync,
Crypto crypto,
BlobToObject blob2Object,
String container,
Blob blob,
PutOptions options) |
Constructor and Description |
---|
FormSigner(SignatureWire signatureWire,
String accessKey,
String secretKey,
Provider<String> dateService,
Crypto crypto,
HttpUtils utils) |
Constructor and Description |
---|
SharedKeyLiteAuthentication(SignatureWire signatureWire,
String identity,
String encodedKey,
Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Modifier and Type | Field and Description |
---|---|
protected Crypto |
TransientAsyncBlobStore.crypto |
Constructor and Description |
---|
TransientAsyncBlobStore(BlobStoreContext context,
DateService dateService,
Crypto crypto,
ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs,
Provider<UriBuilder> uriBuilders,
ConcurrentMap<String,Location> containerToLocation,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
Blob.Factory blobFactory,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations) |
Constructor and Description |
---|
BlobBuilderImpl.PayloadBlobBuilderImpl(BlobBuilder builder,
Payload payload,
Crypto crypto) |
BlobBuilderImpl(Crypto crypto) |
Modifier and Type | Field and Description |
---|---|
protected Crypto |
ObjectMD5.crypto |
Modifier and Type | Field and Description |
---|---|
protected Crypto |
InputStreamMapImpl.crypto |
Constructor and Description |
---|
InputStreamMapImpl(BlobStore connection,
Provider<BlobBuilder> blobBuilders,
GetBlobsInListStrategy getAllBlobs,
ListContainerAndRecurseThroughFolders listStrategy,
ContainsValueInListStrategy containsValueStrategy,
PutBlobsStrategy putBlobsStrategy,
String containerName,
ListContainerOptions options,
Crypto crypto) |
Constructor and Description |
---|
QuerySigner(SignatureWire signatureWire,
String accessKey,
String secretKey,
Crypto crypto,
HttpUtils utils,
Provider<UriBuilder> builder) |
Constructor and Description |
---|
WindowsLoginCredentialsFromEncryptedData(Crypto crypto) |
Modifier and Type | Method and Description |
---|---|
static String |
Sha512Crypt.makeShadowLine(String password,
String shadowPrefix,
Crypto crypto)
This method actually generates an Sha512 crypted password hash from a
plaintext password and a salt.
|
Constructor and Description |
---|
WindowsLoginCredentialsFromEncryptedData(Crypto crypto) |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleCrypto |
Modifier and Type | Class and Description |
---|---|
class |
JCECrypto |
Modifier and Type | Field and Description |
---|---|
protected Crypto |
FilesystemAsyncBlobStore.crypto |
Constructor and Description |
---|
FilesystemAsyncBlobStore(BlobStoreContext context,
DateService dateService,
Crypto crypto,
HttpGetOptionsListToGetOptions httpGetOptionsConverter,
IfDirectoryReturnNameStrategy ifDirectoryReturnName,
BlobUtils blobUtils,
ExecutorService service,
com.google.common.base.Supplier<Location> defaultLocation,
com.google.common.base.Supplier<Set<? extends Location>> locations,
FilesystemStorageStrategy storageStrategy) |
Constructor and Description |
---|
BasicAuthentication(String user,
String password,
Crypto crypto) |
Modifier and Type | Method and Description |
---|---|
Crypto |
Utils.crypto()
#see #getCrypto
|
Crypto |
Utils.getCrypto() |
Modifier and Type | Method and Description |
---|---|
Crypto |
UtilsImpl.crypto() |
Crypto |
UtilsImpl.getCrypto() |
Constructor and Description |
---|
UtilsImpl(com.google.inject.Injector injector,
Json json,
HttpClient simpleClient,
HttpAsyncClient simpleAsyncClient,
Crypto encryption,
DateService date,
ExecutorService userThreads,
ExecutorService ioThreads,
com.google.common.eventbus.EventBus eventBus,
Logger.LoggerFactory loggerFactory) |
Constructor and Description |
---|
RequestAuthorizeSignature(SignatureWire signatureWire,
String authTag,
boolean isVhostStyle,
String servicePath,
String headerTag,
String accessKey,
String secretKey,
Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Copyright © 2009-2012 jclouds. All Rights Reserved.