Class NoOpSigner

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

public class NoOpSigner extends Object implements Signer
A No-Op Signer Implementation.
  • Constructor Details

    • NoOpSigner

      public NoOpSigner()
  • Method Details

    • sign

      public void sign(SignableRequest<?> 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.