com.amazonaws.auth
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.
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpSigner
public NoOpSigner()
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 © 2016. All rights reserved.