public class GroupGrantee extends Object implements GranteeInterface
AccessControlList| 限定符和类型 | 字段和说明 |
|---|---|
static GroupGrantee |
ALL_USERS
Anonymous user group, indicating all users
|
static GroupGrantee |
AUTHENTICATED_USERS
已过时。
|
static GroupGrantee |
LOG_DELIVERY
已过时。
|
| 构造器和说明 |
|---|
GroupGrantee() |
GroupGrantee(GroupGranteeEnum groupGranteeType) |
GroupGrantee(String uri)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
GroupGranteeEnum |
getGroupGranteeType()
Obtain type of the grantee group.
|
String |
getIdentifier()
Obtain the URI of the grantee group.
|
int |
hashCode() |
void |
setIdentifier(String uri)
Set the URI for the grantee group.
|
String |
toString()
Return the object description.
|
public static final GroupGrantee ALL_USERS
@Deprecated public static final GroupGrantee AUTHENTICATED_USERS
@Deprecated public static final GroupGrantee LOG_DELIVERY
public GroupGrantee()
public GroupGrantee(String uri)
uri - URI for the grantee grouppublic GroupGrantee(GroupGranteeEnum groupGranteeType)
public void setIdentifier(String uri)
setIdentifier 在接口中 GranteeInterfaceuri - URI for the grantee grouppublic String getIdentifier()
getIdentifier 在接口中 GranteeInterfacepublic GroupGranteeEnum getGroupGranteeType()
Copyright © 2021. All rights reserved.