类 GroupGrantee
java.lang.Object
com.obs.services.model.GroupGrantee
-
字段概要
字段修饰符和类型字段说明static final GroupGranteeAnonymous user group, indicating all usersstatic final GroupGrantee已过时。static 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
-
-
构造器详细资料
-
GroupGrantee
public GroupGrantee() -
GroupGrantee
-
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
-
equals
-
toString
-