public class GroupGrantee extends Object implements GranteeInterface
AccessControlList
Modifier and Type | Field and Description |
---|---|
static GroupGrantee |
ALL_USERS
Anonymous user group, indicating all users
|
static GroupGrantee |
AUTHENTICATED_USERS
Deprecated.
|
static GroupGrantee |
LOG_DELIVERY
Deprecated.
|
Constructor and Description |
---|
GroupGrantee() |
GroupGrantee(GroupGranteeEnum groupGranteeType) |
GroupGrantee(String uri)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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
in interface GranteeInterface
uri
- URI for the grantee grouppublic String getIdentifier()
getIdentifier
in interface GranteeInterface
public GroupGranteeEnum getGroupGranteeType()
Copyright © 2019. All rights reserved.