接口 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).
    void
    Set the identifier marking the grantee (group).
  • 方法详细资料

    • setIdentifier

      void setIdentifier(String id)
      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)