Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
Modifier and Type | Method and Description |
---|---|
static CloudFrontCookieSigner.CookiesForCannedPolicy |
CloudFrontCookieSigner.getCookiesForCannedPolicy(SignerUtils.Protocol protocol,
String distributionDomain,
File privateKeyFile,
String resourcePath,
String keyPairId,
Date expiresOn)
Returns signed cookies that grants universal access to private content until a given date.
|
static CloudFrontCookieSigner.CookiesForCannedPolicy |
CloudFrontCookieSigner.getCookiesForCannedPolicy(SignerUtils.Protocol protocol,
String distributionDomain,
PrivateKey privateKey,
String resourcePath,
String keyPairId,
Date expiresOn)
Returns signed cookies that grants universal access to private content until a given date.
|
static CloudFrontCookieSigner.CookiesForCannedPolicy |
CloudFrontCookieSigner.getCookiesForCannedPolicy(String resourceUrlOrPath,
String keyPairId,
File privateKeyFile,
Date expiresOn)
Generate signed cookies that allows access to a specific distribution and
resource path by applying a access restrictions from a "canned" (simplified)
policy document.
|
static CloudFrontCookieSigner.CookiesForCannedPolicy |
CloudFrontCookieSigner.getCookiesForCannedPolicy(String resourceUrlOrPath,
String keyPairId,
PrivateKey privateKey,
Date expiresOn)
Generate signed cookies that allows access to a specific distribution and
resource path by applying a access restrictions from a "canned" (simplified)
policy document.
|
Copyright © 2021. All rights reserved.