Interface AuditLogger
-
- All Known Implementing Classes:
ConsoleAuditLogger
public interface AuditLogger
Used byAclImpl
to log audit events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logIfNeeded(boolean granted, AccessControlEntry ace)
-
-
-
Method Detail
-
logIfNeeded
void logIfNeeded(boolean granted, AccessControlEntry ace)
-
-