public interface Signer
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
generateRequestHeaders(java.lang.String httpVerb,
java.lang.String requestPath,
java.lang.String requestPayload)
Generates the mAuth headers from the provided HTTP request data.
|
java.util.Map<java.lang.String,java.lang.String> generateRequestHeaders(java.lang.String httpVerb,
java.lang.String requestPath,
java.lang.String requestPayload)
throws com.mdsol.mauth.exceptions.MAuthSigningException
httpVerb - The HTTP verb of the request, e.g. GET, POST, etc.requestPath - The path of the request, not including protocol, host or query parameters.requestPayload - The payload of the requestcom.mdsol.mauth.exceptions.MAuthSigningException - when request cannot be signed