Package | Description |
---|---|
org.jclouds.atmos.filters | |
org.jclouds.atmos.util | |
org.jclouds.aws.filters | |
org.jclouds.azure.storage.filters | |
org.jclouds.cloudstack.filters | |
org.jclouds.cloudstack.functions | |
org.jclouds.ec2.compute.functions | |
org.jclouds.encryption.bouncycastle | |
org.jclouds.encryption.internal | |
org.jclouds.hpcloud.objectstorage.blobstore | |
org.jclouds.openstack.swift.blobstore | |
org.jclouds.rest | |
org.jclouds.rest.internal | |
org.jclouds.route53.filters | |
org.jclouds.s3.filters |
This package contains HttpRequestFilters needed to operate the REST api.
|
Constructor and Description |
---|
ShareUrl(com.google.common.base.Supplier<Credentials> creds,
com.google.common.base.Supplier<URI> provider,
javax.inject.Provider<Long> timeStampProvider,
Crypto crypto) |
SignRequest(SignatureWire signatureWire,
com.google.common.base.Supplier<Credentials> creds,
javax.inject.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 apiVersion,
com.google.common.base.Supplier<Credentials> creds,
javax.inject.Provider<String> dateService,
Crypto crypto,
HttpUtils utils) |
Constructor and Description |
---|
SharedKeyLiteAuthentication(SignatureWire signatureWire,
com.google.common.base.Supplier<Credentials> creds,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Constructor and Description |
---|
QuerySigner(SignatureWire signatureWire,
com.google.common.base.Supplier<Credentials> creds,
Crypto crypto,
HttpUtils utils) |
Constructor and Description |
---|
WindowsLoginCredentialsFromEncryptedData(Crypto crypto) |
Constructor and Description |
---|
WindowsLoginCredentialsFromEncryptedData(Crypto crypto) |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleCrypto |
Modifier and Type | Class and Description |
---|---|
class |
JCECrypto |
Constructor and Description |
---|
HPCloudObjectStorageBlobRequestSigner(com.google.common.base.Function<Invocation,HttpRequest> processor,
BlobToObject blobToObject,
BlobToHttpGetOptions blob2HttpGetOptions,
Crypto crypto,
com.google.inject.Provider<Long> unixEpochTimestampProvider,
com.google.common.base.Supplier<Access> access,
com.google.common.base.Supplier<Credentials> creds) |
Constructor and Description |
---|
SwiftBlobSigner(BlobToObject blobToObject,
BlobToHttpGetOptions blob2HttpGetOptions,
Crypto crypto,
com.google.inject.Provider<Long> unixEpochTimestampProvider,
com.google.common.base.Supplier<String> temporaryUrlKeySupplier,
com.google.common.base.Function<Invocation,HttpRequest> processor,
Class<T> ownerType)
create a signer for this subtype of swift
|
Modifier and Type | Method and Description |
---|---|
Crypto |
Utils.crypto()
#see #getCrypto
|
Crypto |
Utils.getCrypto()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Crypto |
UtilsImpl.crypto() |
Crypto |
UtilsImpl.getCrypto() |
Constructor and Description |
---|
UtilsImpl(com.google.inject.Injector injector,
Json json,
XMLParser xml,
HttpClient simpleClient,
HttpAsyncClient simpleAsyncClient,
Crypto encryption,
DateService date,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
com.google.common.util.concurrent.ListeningExecutorService ioExecutor,
com.google.common.eventbus.EventBus eventBus,
Map<String,Credentials> credentialStore,
Logger.LoggerFactory loggerFactory) |
Constructor and Description |
---|
RestAuthentication(com.google.common.base.Supplier<Credentials> creds,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto) |
Constructor and Description |
---|
RequestAuthorizeSignature(SignatureWire signatureWire,
String authTag,
boolean isVhostStyle,
String servicePath,
String headerTag,
com.google.common.base.Supplier<Credentials> creds,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Copyright © 2009-2013 jclouds. All Rights Reserved.