| Package | Description | 
|---|---|
| org.jclouds.atmos.config | |
| org.jclouds.atmos.filters | |
| org.jclouds.aws.config | |
| org.jclouds.aws.filters | |
| org.jclouds.azure.storage.config | |
| org.jclouds.azure.storage.filters | |
| org.jclouds.cloudservers.config | |
| org.jclouds.gogrid.config | |
| org.jclouds.gogrid.filters | |
| org.jclouds.hpcloud.objectstorage.blobstore | |
| org.jclouds.openstack.config | |
| org.jclouds.openstack.filters | |
| org.jclouds.openstack.swift.blobstore | |
| org.jclouds.openstack.swift.blobstore.config | |
| org.jclouds.route53.config | |
| org.jclouds.route53.filters | |
| org.jclouds.s3.config | 
 This package contains modules who manage the dependencies of the S3Context, S3Client, and S3 Map views. 
 | 
| org.jclouds.s3.filters | 
 This package contains HttpRequestFilters needed to operate the REST api. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Long | 
AtmosRestClientModule.provideShareableUrlTimeout()  | 
protected String | 
AtmosRestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
AtmosRestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)  | 
| 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 | 
|---|---|
protected String | 
FormSigningRestClientModule.provideTimeStamp(DateService dateService)  | 
protected String | 
FormSigningHttpApiModule.provideTimeStamp(DateService dateService)  | 
| Constructor and Description | 
|---|
FormSigner(SignatureWire signatureWire,
          String apiVersion,
          com.google.common.base.Supplier<Credentials> creds,
          javax.inject.Provider<String> dateService,
          Crypto crypto,
          HttpUtils utils)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
AzureStorageRestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)  | 
protected com.google.common.base.Supplier<String> | 
AzureStorageRestClientModule.provideTimeStampCache(long seconds,
                     DateService dateService)
borrowing concurrency code to ensure that caching takes place properly 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
AzureStorageRestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)  | 
| Constructor and Description | 
|---|
SharedKeyLiteAuthentication(SignatureWire signatureWire,
                           com.google.common.base.Supplier<Credentials> creds,
                           javax.inject.Provider<String> timeStampProvider,
                           Crypto crypto,
                           HttpUtils utils)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Supplier<Date> | 
CloudServersRestClientModule.provideCacheBusterDate()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Long | 
GoGridRestClientModule.provideTimeStamp(com.google.common.base.Supplier<Long> cache)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Long | 
GoGridRestClientModule.provideTimeStamp(com.google.common.base.Supplier<Long> cache)  | 
| Constructor and Description | 
|---|
SharedKeyLiteAuthentication(com.google.common.base.Supplier<Credentials> creds,
                           Long timeStamp,
                           HttpUtils utils)  | 
| 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.base.Supplier<Date> | 
OpenStackAuthenticationModule.provideCacheBusterDate()  | 
| Constructor and Description | 
|---|
AddTimestampQuery(com.google.common.base.Supplier<Date> dateProvider)  | 
| 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 | 
|---|---|
protected Long | 
TemporaryUrlExtensionModule.unixEpochTimestampProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
Route53HttpApiModule.provideTimeStamp(DateService dateService)  | 
| Constructor and Description | 
|---|
RestAuthentication(com.google.common.base.Supplier<Credentials> creds,
                  javax.inject.Provider<String> timeStampProvider,
                  Crypto crypto)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
S3RestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)  | 
protected com.google.common.base.Supplier<String> | 
S3RestClientModule.provideTimeStampCache(long seconds,
                     DateService dateService)
borrowing concurrency code to ensure that caching takes place properly 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
S3RestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)  | 
| 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.