public class AwsLegacyHashCalculator extends Object
| Constructor and Description |
|---|
AwsLegacyHashCalculator() |
| Modifier and Type | Method and Description |
|---|---|
String |
computeHash(WebContext ctx,
String pathPrefix)
Computes the authentication hash as specified by the AWS SDK for verification purposes.
|
public String computeHash(WebContext ctx, String pathPrefix) throws Exception
ctx - the current request to fetch parameters frompathPrefix - the path prefix to append to the current uriException - in case of an unexpected errorCopyright © 2016. All rights reserved.