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$
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-2010 SpringSource, Inc. All Rights Reserved.