Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
Modifier and Type | Method and Description |
---|---|
static CloudFrontCookieSigner.CookiesForCustomPolicy |
CloudFrontCookieSigner.getCookiesForCustomPolicy(SignerUtils.Protocol protocol,
String distributionDomain,
File privateKeyFile,
String resourcePath,
String keyPairId,
Date expiresOn,
Date activeFrom,
String ipRange)
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.
|
static CloudFrontCookieSigner.CookiesForCustomPolicy |
CloudFrontCookieSigner.getCookiesForCustomPolicy(SignerUtils.Protocol protocol,
String distributionDomain,
PrivateKey privateKey,
String resourcePath,
String keyPairId,
Date expiresOn,
Date activeFrom,
String ipRange)
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.
|
static CloudFrontCookieSigner.CookiesForCustomPolicy |
CloudFrontCookieSigner.getCookiesForCustomPolicy(SignerUtils.Protocol protocol,
String distributionDomain,
PrivateKey privateKey,
String resourcePath,
String keyPairId,
Date expiresOn,
String ipRange)
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.
|
static CloudFrontCookieSigner.CookiesForCustomPolicy |
CloudFrontCookieSigner.getCookiesForCustomPolicy(String resourceUrlOrPath,
PrivateKey privateKey,
String keyPairId,
Date expiresOn,
Date activeFrom,
String ipRange)
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.
|
Copyright © 2019. All rights reserved.