Spring Security Framework

org.springframework.security.acls
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 2872 2008-04-05 20:43:10Z benalex $
Author:
Ben Alex

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

Method Detail

updateAuditing

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

Spring Security Framework

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