public class GrantAndPermission extends Object
AccessControlList| 构造器 | 说明 |
|---|---|
GrantAndPermission(GranteeInterface grantee,
Permission permission) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
equals(Object obj) |
|
GranteeInterface |
getGrantee() |
Obtain the grantee (group) information.
|
Permission |
getPermission() |
Obtain the permission information.
|
int |
hashCode() |
|
boolean |
isDelivered() |
Check whether the bucket ACL is deliverable.
|
void |
setDelivered(boolean delivered) |
Specify whether to deliver the bucket ACL.
|
String |
toString() |
public GrantAndPermission(GranteeInterface grantee, Permission permission)
grantee - Grantee (group) namepermission - Permission informationpublic GranteeInterface getGrantee()
public Permission getPermission()
public boolean isDelivered()
public void setDelivered(boolean delivered)
delivered - Whether to deliver the bucket ACLCopyright © 2025. All rights reserved.