Class FileAuditEvent

java.lang.Object
java.util.EventObject
org.snmp4j.agent.audit.FileAuditEvent
All Implemented Interfaces:
Serializable

public class FileAuditEvent extends EventObject
The FileAuditEvent describes a file system operation that is about to be executed (or, for FileAuditEvent.FileOperation.DELETE, has been executed) by the SNMP4J-Agent. It is passed to all registered FileAuditListeners, which lets the listeners monitor (audit) and optionally prevent (deny) read, write, create, and delete access to files.

This event and its FileAuditListener are the file system equivalent of the TransportAuditEvent and TransportAuditListener used for transport level auditing.

Since:
3.12.0
Version:
3.12.0
Author:
Frank Fock
See Also: