| Package | Description |
|---|---|
| org.jclouds.atmos.filters | |
| org.jclouds.aws.s3.filters |
This package contains HttpRequestFilters needed to operate the REST api.
|
| org.jclouds.azure.storage.filters | |
| org.jclouds.chef.filters | |
| org.jclouds.cloudstack.filters | |
| org.jclouds.s3.filters |
This package contains HttpRequestFilters needed to operate the REST api.
|
| Constructor and Description |
|---|
SignRequest(SignatureWire signatureWire,
com.google.common.base.Supplier<Credentials> creds,
javax.inject.Provider<String> timeStampProvider,
Crypto crypto,
HttpUtils utils) |
| Constructor and 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) |
| 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 |
|---|
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) |
| Constructor and Description |
|---|
QuerySigner(SignatureWire signatureWire,
com.google.common.base.Supplier<Credentials> creds,
Crypto crypto,
HttpUtils utils) |
| Modifier and Type | Field and Description |
|---|---|
protected SignatureWire |
Aws4SignerBase.signatureWire |
| Constructor and Description |
|---|
Aws4SignerBase(SignatureWire signatureWire,
String headerTag,
com.google.common.base.Supplier<Credentials> creds,
com.google.common.base.Supplier<Date> timestampProvider,
Aws4SignerBase.ServiceAndRegion serviceAndRegion,
Crypto crypto) |
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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.