Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.auth
Class CloudFrontSigner

java.lang.Object
  extended by com.amazonaws.auth.AbstractAWSSigner
      extended by com.amazonaws.auth.CloudFrontSigner
All Implemented Interfaces:
Signer

public class CloudFrontSigner
extends AbstractAWSSigner

Implementation of AbstractAWSSigner for Amazon CloudFront's authentication scheme.


Constructor Summary
CloudFrontSigner()
           
 
Method Summary
 void sign(Request<?> request, AWSCredentials credentials)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudFrontSigner

public CloudFrontSigner()
Method Detail

sign

public void sign(Request<?> request,
                 AWSCredentials credentials)
          throws AmazonClientException
Throws:
AmazonClientException


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.