Uses of Interface
org.jclouds.rest.RequestSigner
- 
Packages that use RequestSigner Package Description org.jclouds.aws.filters org.jclouds.aws.s3.filters This package contains HttpRequestFilters needed to operate the REST api.org.jclouds.cloudstack.filters 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 RequestSigner in org.jclouds.aws.filters
Classes in org.jclouds.aws.filters that implement RequestSigner Modifier and Type Class Description static classFormSigner.FormSignerV2 - 
Uses of RequestSigner in org.jclouds.aws.s3.filters
Classes in org.jclouds.aws.s3.filters that implement RequestSigner Modifier and Type Class Description classAWSRequestAuthorizeSignatureSigns the AWS S3 request, supporting temporary signatures. - 
Uses of RequestSigner in org.jclouds.cloudstack.filters
Classes in org.jclouds.cloudstack.filters that implement RequestSigner Modifier and Type Class Description classQuerySigner - 
Uses of RequestSigner in org.jclouds.route53.filters
Classes in org.jclouds.route53.filters that implement RequestSigner Modifier and Type Class Description classRestAuthenticationSigns the Route53 request. - 
Uses of RequestSigner in org.jclouds.s3.config
Methods in org.jclouds.s3.config that return RequestSigner Modifier and Type Method Description protected RequestSignerS3HttpApiModule. provideRequestSigner(RequestAuthorizeSignature in) - 
Uses of RequestSigner in org.jclouds.s3.filters
Classes in org.jclouds.s3.filters that implement RequestSigner Modifier and Type Class Description classRequestAuthorizeSignatureV2AWS Sign V2 
 -