Uses of Class
org.jclouds.date.TimeStamp

Packages that use TimeStamp
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.openstack.config   
org.jclouds.openstack.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. 
 

Uses of TimeStamp in org.jclouds.atmos.config
 

Methods in org.jclouds.atmos.config with annotations of type TimeStamp
protected  Long AtmosRestClientModule.provideShareableUrlTimeout()
           
protected  String AtmosRestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)
           
 

Method parameters in org.jclouds.atmos.config with annotations of type TimeStamp
protected  String AtmosRestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)
           
 

Uses of TimeStamp in org.jclouds.atmos.filters
 

Constructor parameters in org.jclouds.atmos.filters with annotations of type TimeStamp
ShareUrl(String uid, String encodedKey, com.google.common.base.Supplier<URI> provider, javax.inject.Provider<Long> timeStampProvider, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, Crypto crypto)
           
SignRequest(SignatureWire signatureWire, String uid, String encodedKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 

Uses of TimeStamp in org.jclouds.aws.config
 

Methods in org.jclouds.aws.config with annotations of type TimeStamp
protected  String FormSigningRestClientModule.provideTimeStamp(DateService dateService, int expiration)
           
 

Uses of TimeStamp in org.jclouds.aws.filters
 

Constructor parameters in org.jclouds.aws.filters with annotations of type TimeStamp
FormSigner(SignatureWire signatureWire, String accessKey, String secretKey, javax.inject.Provider<String> dateService, Crypto crypto, HttpUtils utils)
           
 

Uses of TimeStamp in org.jclouds.azure.storage.config
 

Methods in org.jclouds.azure.storage.config with annotations of type TimeStamp
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
 

Method parameters in org.jclouds.azure.storage.config with annotations of type TimeStamp
protected  String AzureStorageRestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)
           
 

Uses of TimeStamp in org.jclouds.azure.storage.filters
 

Constructor parameters in org.jclouds.azure.storage.filters with annotations of type TimeStamp
SharedKeyLiteAuthentication(SignatureWire signatureWire, String identity, String encodedKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 

Uses of TimeStamp in org.jclouds.cloudservers.config
 

Methods in org.jclouds.cloudservers.config with annotations of type TimeStamp
protected  com.google.common.base.Supplier<Date> CloudServersRestClientModule.provideCacheBusterDate()
           
 

Uses of TimeStamp in org.jclouds.gogrid.config
 

Methods in org.jclouds.gogrid.config with annotations of type TimeStamp
protected  Long GoGridRestClientModule.provideTimeStamp(com.google.common.base.Supplier<Long> cache)
           
 

Method parameters in org.jclouds.gogrid.config with annotations of type TimeStamp
protected  Long GoGridRestClientModule.provideTimeStamp(com.google.common.base.Supplier<Long> cache)
           
 

Uses of TimeStamp in org.jclouds.gogrid.filters
 

Constructor parameters in org.jclouds.gogrid.filters with annotations of type TimeStamp
SharedKeyLiteAuthentication(String apiKey, String secret, Long timeStamp, HttpUtils utils)
           
 

Uses of TimeStamp in org.jclouds.openstack.config
 

Methods in org.jclouds.openstack.config with annotations of type TimeStamp
protected  com.google.common.base.Supplier<Date> OpenStackAuthenticationModule.provideCacheBusterDate()
           
 

Uses of TimeStamp in org.jclouds.openstack.filters
 

Constructor parameters in org.jclouds.openstack.filters with annotations of type TimeStamp
AddTimestampQuery(com.google.common.base.Supplier<Date> dateProvider, javax.inject.Provider<javax.ws.rs.core.UriBuilder> builder)
           
 

Uses of TimeStamp in org.jclouds.s3.config
 

Methods in org.jclouds.s3.config with annotations of type TimeStamp
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
 

Method parameters in org.jclouds.s3.config with annotations of type TimeStamp
protected  String S3RestClientModule.provideTimeStamp(com.google.common.base.Supplier<String> cache)
           
 

Uses of TimeStamp in org.jclouds.s3.filters
 

Constructor parameters in org.jclouds.s3.filters with annotations of type TimeStamp
RequestAuthorizeSignature(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, String accessKey, String secretKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.