Interface AuditableAcl
- All Superinterfaces:
- Acl,- MutableAcl,- Serializable
- All Known Implementing Classes:
- AclImpl
A mutable ACL that provides audit capabilities.
- 
Method SummaryModifier and TypeMethodDescriptionvoidupdateAuditing(int aceIndex, boolean auditSuccess, boolean auditFailure) Methods inherited from interface org.springframework.security.acls.model.AclgetEntries, getObjectIdentity, getOwner, getParentAcl, isEntriesInheriting, isGranted, isSidLoadedMethods inherited from interface org.springframework.security.acls.model.MutableAcldeleteAce, getId, insertAce, setEntriesInheriting, setOwner, setParent, updateAce
- 
Method Details- 
updateAuditingvoid updateAuditing(int aceIndex, boolean auditSuccess, boolean auditFailure) 
 
-