Class S3BucketAcl.Grant

java.lang.Object
org.apache.hadoop.ozone.s3.endpoint.S3BucketAcl.Grant
Enclosing class:
S3BucketAcl

public static class S3BucketAcl.Grant extends Object
Represents a single permission grant within an S3 Access Control List. This class models the Grant XML element in S3 ACL responses and requests, associating a specific permission with a grantee (the recipient of the permission). Each Grant consists of a Grantee (which identifies a user, group, or other entity) and a Permission string that specifies what access level is being granted.