org.acegisecurity.acls
Interface AuditableAcl
- All Superinterfaces:
- Acl, MutableAcl, java.io.Serializable
- All Known Implementing Classes:
- AclImpl
public interface AuditableAcl
- extends MutableAcl
A mutable ACL that provides audit capabilities.
- Version:
- $Id: AuditableAcl.java 1784 2007-02-24 21:00:24Z luke_t $
- Author:
- Ben Alex
Method Summary |
void |
updateAuditing(java.io.Serializable aceId,
boolean auditSuccess,
boolean auditFailure)
|
updateAuditing
void updateAuditing(java.io.Serializable aceId,
boolean auditSuccess,
boolean auditFailure)
Copyright © 2004-2011 Interface21, Inc. All Rights Reserved.