|
Spring Extensions | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecureUriProvider
Concrete implementation of SecureUriProvider
that holds definitions of Secure link computation.
Like Content link restriction, link restriction, timed link validity, download link protection, etc.
So generateSecureUri(String, long, String)
method generates the secure link with given params
Method Summary | |
---|---|
String |
generateSecureUri(String file,
long expiryTime,
String additionalParams)
Generate a secure link/download link for the given parameters. |
Method Detail |
---|
String generateSecureUri(String file, long expiryTime, String additionalParams)
for compute a secure URI below params are used.
file
- - String
- base URI, i.e everything after myjeeva.com in file path, including the leading slash
expiryTime
- - long
- expiry in milliseconds since current time. Use 0 for no expiryadditionalParams
- - String
- custom URL parameters (query String)
String
object
|
Spring Extensions | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |