| Package | Description |
|---|---|
| com.obs.services.model |
| Modifier and Type | Method and Description |
|---|---|
GrantAndPermission[] |
AccessControlList.getGrantAndPermissions()
获取ACL中的所有权限
|
GrantAndPermission[] |
BucketLoggingConfiguration.getTargetGrants()
获取日志对象权限组
|
GrantAndPermission |
AccessControlList.grantPermission(GranteeInterface grantee,
Permission permission)
为ACL中指定
GranteeInterface授权特定权限
Permission。 |
GrantAndPermission |
AccessControlList.grantPermission(GranteeInterface grantee,
Permission permission,
boolean delivered)
为ACL中指定
GranteeInterface授权特定权限
Permission。 |
| Modifier and Type | Method and Description |
|---|---|
Set<GrantAndPermission> |
AccessControlList.getGrants()
获取ACL中的所有权限
|
| Modifier and Type | Method and Description |
|---|---|
void |
BucketLoggingConfiguration.addTargetGrant(GrantAndPermission targetGrant)
添加日志对象权限
|
void |
AccessControlList.grantAllPermissions(GrantAndPermission[] grantAndPermissions)
为ACL添加权限组
|
void |
BucketLoggingConfiguration.setTargetGrants(GrantAndPermission[] targetGrants)
设置日志对象权限组
|
Copyright © 2021. All rights reserved.