Uses of Class
org.jclouds.date.TimeStamp
-
Packages that use TimeStamp Package Description org.jclouds.atmos.blobstore org.jclouds.atmos.config org.jclouds.atmos.filters org.jclouds.aws.config org.jclouds.aws.s3.filters This package contains HttpRequestFilters needed to operate the REST api.org.jclouds.azure.storage.filters org.jclouds.azureblob.blobstore org.jclouds.azureblob.config org.jclouds.chef.config org.jclouds.chef.filters org.jclouds.gogrid.config org.jclouds.gogrid.filters org.jclouds.googlecloudstorage.blobstore org.jclouds.googlecloudstorage.blobstore.config org.jclouds.ohai.config org.jclouds.openstack.config org.jclouds.openstack.filters org.jclouds.openstack.swift.v1.blobstore org.jclouds.openstack.swift.v1.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. -
-
Uses of TimeStamp in org.jclouds.atmos.blobstore
Constructor parameters in org.jclouds.atmos.blobstore with annotations of type TimeStamp Constructor Description AtmosBlobRequestSigner(com.google.common.base.Function<Invocation,HttpRequest> processor, BlobToObject blobToObject, BlobToHttpGetOptions blob2ObjectGetOptions, SignRequest signer, com.google.common.base.Supplier<URI> endpointProvider, com.google.common.base.Supplier<Credentials> creds, DateService dateService, com.google.inject.Provider<String> timeStampProvider)
-
Uses of TimeStamp in org.jclouds.atmos.config
Methods in org.jclouds.atmos.config with annotations of type TimeStamp Modifier and Type Method Description protected String
AtmosHttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<String> cache)
protected Long
AtmosHttpApiModule. provideShareableUrlTimeout()
Method parameters in org.jclouds.atmos.config with annotations of type TimeStamp Modifier and Type Method Description protected String
AtmosHttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<String> cache)
protected String
AtmosHttpApiModule. 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 Constructor 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)
-
Uses of TimeStamp in org.jclouds.aws.config
Methods in org.jclouds.aws.config with annotations of type TimeStamp Modifier and Type Method Description protected String
FormSigningHttpApiModule. guiceProvideTimeStamp(DateService dateService)
-
Uses of TimeStamp in org.jclouds.aws.s3.filters
Constructor parameters in org.jclouds.aws.s3.filters with annotations of type TimeStamp Constructor Description AWSRequestAuthorizeSignature(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, DateService dateService)
-
Uses of TimeStamp in org.jclouds.azure.storage.filters
Constructor parameters in org.jclouds.azure.storage.filters with annotations of type TimeStamp Constructor Description SharedKeyLiteAuthentication(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, boolean sasAuthentication, StorageUrlSupplier storageUrlSupplier, AuthType authType, OAuthFilter oAuthFilter)
-
Uses of TimeStamp in org.jclouds.azureblob.blobstore
Constructor parameters in org.jclouds.azureblob.blobstore with annotations of type TimeStamp Constructor Description AzureBlobRequestSigner(BlobToHttpGetOptions blob2HttpGetOptions, com.google.inject.Provider<String> timeStampProvider, DateService dateService, SharedKeyLiteAuthentication auth, com.google.common.base.Supplier<Credentials> creds, boolean sasAuthentication, StorageUrlSupplier storageUriSupplier, AuthType authType)
-
Uses of TimeStamp in org.jclouds.azureblob.config
Methods in org.jclouds.azureblob.config with annotations of type TimeStamp Modifier and Type Method Description protected String
AzureBlobHttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<String> cache)
protected com.google.common.base.Supplier<String>
AzureBlobHttpApiModule. provideTimeStampCache(long seconds, DateService dateService)
borrowing concurrency code to ensure that caching takes place properlyMethod parameters in org.jclouds.azureblob.config with annotations of type TimeStamp Modifier and Type Method Description protected String
AzureBlobHttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<String> cache)
protected String
AzureBlobHttpApiModule. provideTimeStamp(com.google.common.base.Supplier<String> cache)
-
Uses of TimeStamp in org.jclouds.chef.config
Methods in org.jclouds.chef.config with annotations of type TimeStamp Modifier and Type Method Description protected String
ChefHttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<String> cache)
Method parameters in org.jclouds.chef.config with annotations of type TimeStamp Modifier and Type Method Description protected String
ChefHttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<String> cache)
protected String
ChefHttpApiModule. provideTimeStamp(com.google.common.base.Supplier<String> cache)
-
Uses of TimeStamp in org.jclouds.chef.filters
Constructor parameters in org.jclouds.chef.filters with annotations of type TimeStamp Constructor Description SignedHeaderAuth(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> supplyKey, javax.inject.Provider<String> timeStampProvider, HttpUtils utils, Crypto crypto)
-
Uses of TimeStamp in org.jclouds.gogrid.config
Methods in org.jclouds.gogrid.config with annotations of type TimeStamp Modifier and Type Method Description protected Long
GoGridHttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<Long> cache)
Method parameters in org.jclouds.gogrid.config with annotations of type TimeStamp Modifier and Type Method Description protected Long
GoGridHttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<Long> cache)
protected Long
GoGridHttpApiModule. 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 Constructor Description SharedKeyLiteAuthentication(com.google.common.base.Supplier<Credentials> creds, Long timeStamp, HttpUtils utils)
-
Uses of TimeStamp in org.jclouds.googlecloudstorage.blobstore
Constructor parameters in org.jclouds.googlecloudstorage.blobstore with annotations of type TimeStamp Constructor Description GoogleCloudStorageBlobRequestSigner(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> privateKey, javax.inject.Provider<Long> timestamp, HttpUtils utils)
-
Uses of TimeStamp in org.jclouds.googlecloudstorage.blobstore.config
Methods in org.jclouds.googlecloudstorage.blobstore.config with annotations of type TimeStamp Modifier and Type Method Description protected Long
GoogleCloudStorageBlobStoreContextModule. unixEpochTimestamp()
-
Uses of TimeStamp in org.jclouds.ohai.config
Methods in org.jclouds.ohai.config with annotations of type TimeStamp Modifier and Type Method Description protected Long
OhaiModule. provideMillis()
-
Uses of TimeStamp in org.jclouds.openstack.config
Methods in org.jclouds.openstack.config with annotations of type TimeStamp Modifier and Type Method Description protected com.google.common.base.Supplier<Date>
OpenStackAuthenticationModule. guiceProvideCacheBusterDate()
-
Uses of TimeStamp in org.jclouds.openstack.filters
Constructor parameters in org.jclouds.openstack.filters with annotations of type TimeStamp Constructor Description AddTimestampQuery(com.google.common.base.Supplier<Date> dateProvider)
-
Uses of TimeStamp in org.jclouds.openstack.swift.v1.blobstore
Constructor parameters in org.jclouds.openstack.swift.v1.blobstore with annotations of type TimeStamp Constructor Description RegionScopedTemporaryUrlBlobSigner(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToUris, long seconds, javax.inject.Provider<Long> timestamp, SwiftApi api, String regionId)
-
Uses of TimeStamp in org.jclouds.openstack.swift.v1.blobstore.config
Methods in org.jclouds.openstack.swift.v1.blobstore.config with annotations of type TimeStamp Modifier and Type Method Description protected Long
SignUsingTemporaryUrls. unixEpochTimestamp()
-
Uses of TimeStamp in org.jclouds.route53.config
Methods in org.jclouds.route53.config with annotations of type TimeStamp Modifier and Type Method Description protected String
Route53HttpApiModule. guiceProvideTimeStamp(DateService dateService)
-
Uses of TimeStamp in org.jclouds.route53.filters
Constructor parameters in org.jclouds.route53.filters with annotations of type TimeStamp Constructor Description RestAuthentication(com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider)
-
Uses of TimeStamp in org.jclouds.s3.config
Methods in org.jclouds.s3.config with annotations of type TimeStamp Modifier and Type Method Description protected String
S3HttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<String> cache)
protected com.google.common.base.Supplier<Date>
S3HttpApiModule. guiceProvideTimeStampCacheDate(long seconds, com.google.common.base.Supplier<String> timestamp, DateService dateService)
borrowing concurrency code to ensure that caching takes place properlyprotected com.google.common.base.Supplier<String>
S3HttpApiModule. provideTimeStampCache(long seconds, DateService dateService)
borrowing concurrency code to ensure that caching takes place properlyprotected Date
S3HttpApiModule. provideTimeStampDate(com.google.common.base.Supplier<Date> cache)
Method parameters in org.jclouds.s3.config with annotations of type TimeStamp Modifier and Type Method Description protected String
S3HttpApiModule. guiceProvideTimeStamp(com.google.common.base.Supplier<String> cache)
protected com.google.common.base.Supplier<Date>
S3HttpApiModule. guiceProvideTimeStampCacheDate(long seconds, com.google.common.base.Supplier<String> timestamp, DateService dateService)
borrowing concurrency code to ensure that caching takes place properlyprotected String
S3HttpApiModule. provideTimeStamp(com.google.common.base.Supplier<String> cache)
protected com.google.common.base.Supplier<Date>
S3HttpApiModule. provideTimeStampCacheDate(long seconds, com.google.common.base.Supplier<String> timestamp, DateService dateService)
protected Date
S3HttpApiModule. provideTimeStampDate(com.google.common.base.Supplier<Date> cache)
-
Uses of TimeStamp in org.jclouds.s3.filters
Constructor parameters in org.jclouds.s3.filters with annotations of type TimeStamp Constructor Description Aws4SignerForAuthorizationHeader(SignatureWire signatureWire, boolean isVhostStyle, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
Aws4SignerForChunkedUpload(SignatureWire signatureWire, String headerTag, int userDataBlockSize, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
Aws4SignerForQueryString(SignatureWire signatureWire, boolean isVhostStyle, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
RequestAuthorizeSignatureV2(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, DateService dateService)
-