Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Class and Description |
---|---|
class |
CanonicalGrantee
ACL中被授权用户信息,
AccessControlList |
class |
GroupGrantee
ACL中被授权用户组信息,
AccessControlList |
Modifier and Type | Method and Description |
---|---|
GranteeInterface |
GrantAndPermission.getGrantee()
获取被授权的用户/用户组
|
Modifier and Type | Method and Description |
---|---|
List<Permission> |
AccessControlList.getPermissionsForGrantee(GranteeInterface grantee)
获取ACL中指定
GranteeInterface 的权限 |
GrantAndPermission |
AccessControlList.grantPermission(GranteeInterface grantee,
Permission permission)
为ACL中指定
GranteeInterface 授权特定权限
Permission 。 |
GrantAndPermission |
AccessControlList.grantPermission(GranteeInterface grantee,
Permission permission,
boolean delivered)
为ACL中指定
GranteeInterface 授权特定权限
Permission 。 |
Constructor and Description |
---|
GrantAndPermission(GranteeInterface grantee,
Permission permission)
构造函数
|
Copyright © 2021. All rights reserved.