public interface AccessControlEntry extends Serializable
Acl.
 
 Instances MUST be immutable, as they are returned by Acl and should not
 allow client modification.
 
| Modifier and Type | Method and Description | 
|---|---|
| Acl | getAcl() | 
| Serializable | getId()Obtains an identifier that represents this ACE. | 
| Permission | getPermission() | 
| Sid | getSid() | 
| boolean | isGranting()Indicates the permission is being granted to the relevant Sid. | 
Acl getAcl()
Serializable getId()
null if unsavedPermission getPermission()
Sid getSid()
boolean isGranting()