Uses of Class
com.amazonaws.services.cloudfront.CloudFrontCookieSigner.CookiesForCustomPolicy
Packages that use CloudFrontCookieSigner.CookiesForCustomPolicy
-
Uses of CloudFrontCookieSigner.CookiesForCustomPolicy in com.amazonaws.services.cloudfront
Methods in com.amazonaws.services.cloudfront that return CloudFrontCookieSigner.CookiesForCustomPolicyModifier and TypeMethodDescriptionCloudFrontCookieSigner.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.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.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.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.