Class S3BucketAcl.Grant
java.lang.Object
org.apache.hadoop.ozone.s3.endpoint.S3BucketAcl.Grant
- Enclosing class:
S3BucketAcl
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetGrantee(S3BucketAcl.Grantee grantee) voidsetPermission(String permission) toString()