public class RESTSigV4Signer
extends java.lang.Object
implements org.apache.hc.core5.http.HttpRequestInterceptor
See Signing AWS API requests for details about the protocol.
Constructor and Description |
---|
RESTSigV4Signer() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(java.util.Map<java.lang.String,java.lang.String> properties) |
void |
process(org.apache.hc.core5.http.HttpRequest request,
org.apache.hc.core5.http.EntityDetails entity,
org.apache.hc.core5.http.protocol.HttpContext context) |
public void initialize(java.util.Map<java.lang.String,java.lang.String> properties)
public void process(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.EntityDetails entity, org.apache.hc.core5.http.protocol.HttpContext context)
process
in interface org.apache.hc.core5.http.HttpRequestInterceptor