EntryInterface

EntryInterface

interface EntryInterface implements Serializable

This class represents an individual entry in the ACL list.

Instances MUST be immutable, as they are returned by the ACL and should not allow client modification.

Methods

AclInterface getAcl()

The ACL this ACE is associated with.

int getId()

The primary key of this ACE

int getMask()

The permission mask of this ACE

登录查看完整内容