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 |
Log delivery group, indicating common users who can configure access logs
|
| 构造器 | 说明 |
|---|---|
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
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 © 2025. All rights reserved.