com.amazonaws.auth
Class NoOpSigner

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

public class NoOpSigner
extends java.lang.Object
implements Signer

A No-Op Signer Implementation.


Constructor Summary
NoOpSigner()
           
 
Method Summary
 void sign(Request<?> request, AWSCredentials credentials)
          Sign the given request with the given set of credentials.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpSigner

public NoOpSigner()
Method Detail

sign

public void sign(Request<?> request,
                 AWSCredentials credentials)
Description copied from interface: Signer
Sign the given request with the given set of credentials. Modifies the passed-in request to apply the signature.

Specified by:
sign in interface Signer
Parameters:
request - The request to sign.
credentials - The credentials to sign the request with.


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