org.springframework.security.acls.model
Interface AuditableAcl

All Superinterfaces:
Acl, MutableAcl, Serializable
All Known Implementing Classes:
AclImpl

public interface AuditableAcl
extends MutableAcl

A mutable ACL that provides audit capabilities.

Version:
$Id: AuditableAcl.java 3651 2009-05-11 05:20:09Z ltaylor $
Author:
Ben Alex

Method Summary
 void updateAuditing(int aceIndex, boolean auditSuccess, boolean auditFailure)
           
 
Methods inherited from interface org.springframework.security.acls.model.MutableAcl
deleteAce, getId, insertAce, setEntriesInheriting, setOwner, setParent, updateAce
 
Methods inherited from interface org.springframework.security.acls.model.Acl
getEntries, getObjectIdentity, getOwner, getParentAcl, isEntriesInheriting, isGranted, isSidLoaded
 

Method Detail

updateAuditing

void updateAuditing(int aceIndex,
                    boolean auditSuccess,
                    boolean auditFailure)


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.