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.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.
|
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(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 |
---|---|
protected String |
FormSigningRestClientModule.provideTimeStamp(DateService dateService) |
Constructor and Description |
---|
FormSigner(SignatureWire signatureWire,
String accessKey,
String secretKey,
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,
String identity,
String encodedKey,
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(String apiKey,
String secret,
Long timeStamp,
HttpUtils utils) |
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,
Provider<UriBuilder> builder) |
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,
String accessKey,
String secretKey,
Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
Copyright © 2009-2012 jclouds. All Rights Reserved.