|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.auth.NoOpSigner
public class NoOpSigner
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 |
---|
public NoOpSigner()
Method Detail |
---|
public void sign(Request<?> request, AWSCredentials credentials)
Signer
sign
in interface Signer
request
- The request to sign.credentials
- The credentials to sign the request with.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |