Uses of Class
org.jclouds.s3.domain.AccessControlList
Packages that use AccessControlList
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.This package contains the core components of S3.
This package contains xml logic that parses S3 responses.
-
Uses of AccessControlList in org.jclouds.s3
Methods in org.jclouds.s3 that return AccessControlListModifier and TypeMethodDescriptionS3Client.getBucketACL
(String bucketName) A GET request operation directed at an object or bucket URI with the "acl" parameter retrieves the Access Control List (ACL) settings for that S3 item.S3Client.getObjectACL
(String bucketName, String key) A GET request operation directed at an object or bucket URI with the "acl" parameter retrieves the Access Control List (ACL) settings for that S3 item.Methods in org.jclouds.s3 with parameters of type AccessControlListModifier and TypeMethodDescriptionboolean
S3Client.putBucketACL
(String bucketName, AccessControlList acl) Update a bucket's Access Control List settings.boolean
S3Client.putObjectACL
(String bucketName, String key, AccessControlList acl) Update an object's Access Control List settings. -
Uses of AccessControlList in org.jclouds.s3.binders
Methods in org.jclouds.s3.binders with parameters of type AccessControlListModifier and TypeMethodDescriptionprotected String
BindACLToXMLPayload.generatePayload
(AccessControlList acl) -
Uses of AccessControlList in org.jclouds.s3.blobstore.config
Methods in org.jclouds.s3.blobstore.config that return types with arguments of type AccessControlListModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<String, AccessControlList> S3BlobStoreContextModule.bucketAcls
(BackoffOnNotFoundWhenGetBucketACL loader) -
Uses of AccessControlList in org.jclouds.s3.blobstore.internal
Methods in org.jclouds.s3.blobstore.internal that return AccessControlListModifier and TypeMethodDescription -
Uses of AccessControlList in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return AccessControlListModifier and TypeMethodDescriptionAccessControlList.addPermission
(URI groupGranteeURI, String permission) Add a permission for the given group grantee.AccessControlList.addPermission
(AccessControlList.Grantee grantee, String permission) Add a permission for the given grantee.static AccessControlList
AccessControlList.fromCannedAccessPolicy
(CannedAccessPolicy cannedAP, String ownerId) Converts a canned access control policy into the equivalent access control list.S3Object.getAccessControlList()
AccessControlList.revokeAllPermissions
(AccessControlList.Grantee grantee) Revoke all the permissions granted to the given grantee.AccessControlList.revokePermission
(URI groupGranteeURI, String permission) Revoke a permission for the given group grantee, if this specific permission was granted.AccessControlList.revokePermission
(AccessControlList.Grantee grantee, String permission) Revoke a permission for the given grantee, if this specific permission was granted.Methods in org.jclouds.s3.domain with parameters of type AccessControlList -
Uses of AccessControlList in org.jclouds.s3.domain.internal
Methods in org.jclouds.s3.domain.internal that return AccessControlListMethods in org.jclouds.s3.domain.internal with parameters of type AccessControlList -
Uses of AccessControlList in org.jclouds.s3.xml
Methods in org.jclouds.s3.xml that return AccessControlList