Interface AuditableAcl
- All Superinterfaces:
Acl, MutableAcl, Serializable
- All Known Implementing Classes:
AclImpl
A mutable ACL that provides audit capabilities.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateAuditing(int aceIndex, boolean auditSuccess, boolean auditFailure) Methods inherited from interface Acl
getEntries, getObjectIdentity, getOwner, getParentAcl, isEntriesInheriting, isGranted, isSidLoadedMethods inherited from interface MutableAcl
deleteAce, getId, insertAce, setEntriesInheriting, setOwner, setParent, updateAce
-
Method Details
-
updateAuditing
void updateAuditing(int aceIndex, boolean auditSuccess, boolean auditFailure)
-