Uses of Package
org.snmp4j.agent.audit
Packages that use org.snmp4j.agent.audit
-
Classes in org.snmp4j.agent.audit used by org.snmp4j.agentClassDescriptionThe
AgentAuditPolicyinterface defines the audit policy for an SNMP agent to audit managed object access, transport access, and file access. -
Classes in org.snmp4j.agent.audit used by org.snmp4j.agent.auditClassDescriptionThe
AgentAuditPolicyinterface defines the audit policy for an SNMP agent to audit managed object access, transport access, and file access.Represents a policy profile that defines various access rules and restrictions for an agent, including file access, network access, managed object access, and associated security levels.TheFileAccessenumeration defines the levels of file access permissions that can be assigned to an entity.The defaultAgentAuditPolicyimplementation for SNMP4J-Agent.TheFileAuditEventdescribes a file system operation that is about to be executed (or, forFileAuditEvent.FileOperation.DELETE, has been executed) by the SNMP4J-Agent.TheFileOperationenumerates the file system operations that can be audited.TheFileAuditListenerinterface is implemented by objects that want to monitor and optionally prevent file system access (read, write, create and delete) within the SNMP4J-Agent. -
Classes in org.snmp4j.agent.audit used by org.snmp4j.agent.ioClassDescriptionThe
AgentAuditPolicyinterface defines the audit policy for an SNMP agent to audit managed object access, transport access, and file access.