接口 GranteeInterface
- 所有已知实现类:
CanonicalGrantee,GroupGrantee
public interface GranteeInterface
Interface abstraction of the grantee or grantee group in the ACL
AccessControlList-
方法概要
修饰符和类型方法说明Obtain the identifier marking the grantee (group).voidsetIdentifier(String id) Set the identifier marking the grantee (group).
-
方法详细资料
-
setIdentifier
Set the identifier marking the grantee (group).- 参数:
id- Identifier marking the grantee (group)
-
getIdentifier
String getIdentifier()Obtain the identifier marking the grantee (group).- 返回:
- Identifier marking the grantee (group)
-