Class NoOpSigner
java.lang.Object
software.amazon.awssdk.core.signer.NoOpSigner
A No op implementation of Signer and Presigner interfaces that returns the
input
SdkHttpFullRequest without modifications.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpresign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes) Method that takes in an request and returns a pre signed version of the request.sign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes) Method that takes in an request and returns a signed version of the request.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.core.signer.Signer
credentialType
-
Constructor Details
-
NoOpSigner
public NoOpSigner()
-
-
Method Details
-
presign
public SdkHttpFullRequest presign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes) Description copied from interface:PresignerMethod that takes in an request and returns a pre signed version of the request. -
sign
Description copied from interface:SignerMethod that takes in an request and returns a signed version of the request.
-