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 class
FormSigner.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 class
AWSRequestAuthorizeSignature
Signs 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 class
QuerySigner
-
Uses of RequestSigner in org.jclouds.route53.filters
Classes in org.jclouds.route53.filters that implement RequestSigner Modifier and Type Class Description class
RestAuthentication
Signs 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 RequestSigner
S3HttpApiModule. 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 class
RequestAuthorizeSignatureV2
AWS Sign V2
-