类 GroupGrantee
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.GroupGrantee
- 所有已实现的接口:
GranteeInterface
Grantee group information in the ACL,
AccessControlList-
字段概要
字段修饰符和类型字段说明static final GroupGranteeAnonymous user group, indicating all usersstatic final GroupGrantee已过时。private GroupGranteeEnumstatic final GroupGranteeLog delivery group, indicating common users who can configure access logs -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanObtain type of the grantee group.Obtain the URI of the grantee group.inthashCode()voidsetIdentifier(String uri) Set the URI for the grantee group.toString()Return the object description.
-
字段详细资料
-
ALL_USERS
Anonymous user group, indicating all users -
AUTHENTICATED_USERS
已过时。OBS authorized user group, indicating all users who own OBS accounts -
LOG_DELIVERY
Log delivery group, indicating common users who can configure access logs -
groupGranteeType
-
-
构造器详细资料
-
GroupGrantee
public GroupGrantee() -
GroupGrantee
Constructor- 参数:
uri- URI for the grantee group
-
GroupGrantee
-
-
方法详细资料
-
setIdentifier
Set the URI for the grantee group.- 指定者:
setIdentifier在接口中GranteeInterface- 参数:
uri- URI for the grantee group
-
getIdentifier
Obtain the URI of the grantee group.- 指定者:
getIdentifier在接口中GranteeInterface- 返回:
- URI of the grantee group.
-
getGroupGranteeType
Obtain type of the grantee group.- 返回:
- Type of the grantee group
-
hashCode
public int hashCode() -
equals
-
toString
Return the object description.
-