public interface MediaLocationHashService
| Modifier and Type | Method and Description |
|---|---|
String |
createHashForLocation(String folderQualifier,
String location)
Creates new hash for location and folderQualifier.
|
void |
verifyHashForLocation(String hash,
String folderQualifier,
String location)
Verifies hash against provided
folderQualifier and Media location. |
void verifyHashForLocation(String hash, String folderQualifier, String location)
folderQualifier and Media location.hash - hash to verify (possibly used in request)folderQualifier - the folder qualifierlocation - the locationCopyright © 2017 SAP SE. All Rights Reserved.