程序包 | 说明 |
---|---|
com.sinacloud.scs.services.scs.model |
Classes modeling the various types represented by Amazon S3.
|
限定符和类型 | 类和说明 |
---|---|
class |
UserIdGrantee
userid 对象
|
限定符和类型 | 方法和说明 |
---|---|
Grantee |
Grant.getGrantee()
Gets the grantee being granted a permission by this grant.
|
限定符和类型 | 方法和说明 |
---|---|
void |
AccessControlList.grantPermission(Grantee grantee,
HashSet<Permission> permissions) |
void |
AccessControlList.grantPermission(Grantee grantee,
Permission permission)
Adds a grantee to the access control list (ACL) with the given permission.
|
void |
AccessControlList.grantPermissions(Grantee grantee,
Permission... permissions) |
void |
AccessControlList.revokeAllPermissions(Grantee grantee)
Revokes the permissions of a grantee by removing the grantee from the access control list (ACL).
|
构造器和说明 |
---|
Grant(Grantee grantee,
HashSet<Permission> permissions) |
Grant(Grantee grantee,
Permission... permissions) |
Grant(Grantee grantee,
Permission permission)
Constructs a new
Grant object using the specified grantee and permission
objects. |
Copyright © 2016. All rights reserved.