Interface AccessControlEntry
- All Superinterfaces:
 Serializable
- All Known Subinterfaces:
 AuditableAccessControlEntry
- All Known Implementing Classes:
 AccessControlEntryImpl
Represents an individual permission assignment within an 
Acl.
 
 Instances MUST be immutable, as they are returned by Acl and should not
 allow client modification.
 
- 
Method Details
- 
getAcl
Acl getAcl() - 
getId
Serializable getId()Obtains an identifier that represents this ACE.- Returns:
 - the identifier, or 
nullif unsaved 
 - 
getPermission
Permission getPermission() - 
getSid
Sid getSid() - 
isGranting
boolean isGranting()Indicates the permission is being granted to the relevant Sid. If false, indicates the permission is being revoked/blocked.- Returns:
 - true if being granted, false otherwise
 
 
 -