com.amazonaws.auth
Class AWS3Signer

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

public class AWS3Signer
extends AbstractAWSSigner

Signer implementation that signs requests with the AWS3 signing protocol.


Constructor Summary
AWS3Signer()
           
 
Method Summary
 void sign(Request<?> request, AWSCredentials credentials)
          Signs the specified request with the AWS3 signing protocol by using the AWS account credentials specified when this object was constructed and adding the required AWS3 headers to the request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWS3Signer

public AWS3Signer()
Method Detail

sign

public void sign(Request<?> request,
                 AWSCredentials credentials)
          throws AmazonClientException
Signs the specified request with the AWS3 signing protocol by using the AWS account credentials specified when this object was constructed and adding the required AWS3 headers to the request.

Parameters:
request - The request to sign.
Throws:
AmazonClientException


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