Uses of Interface
org.snmp4j.agent.audit.AgentAuditPolicy
Packages that use AgentAuditPolicy
-
Uses of AgentAuditPolicy in org.snmp4j.agent
Fields in org.snmp4j.agent declared as AgentAuditPolicyModifier and TypeFieldDescriptionprotected AgentAuditPolicyAgentConfigManager.auditPolicyA protected, transient, and volatile variable representing the audit policy associated with an agent.Methods in org.snmp4j.agent that return AgentAuditPolicyMethods in org.snmp4j.agent with parameters of type AgentAuditPolicyModifier and TypeMethodDescriptionvoidAgentConfigManager.setAuditPolicy(AgentAuditPolicy auditPolicy) Constructors in org.snmp4j.agent with parameters of type AgentAuditPolicyModifierConstructorDescriptionAgentConfigManager(org.snmp4j.smi.OctetString agentsOwnEngineID, org.snmp4j.MessageDispatcher messageDispatcher, VACM vacm, MOServer[] moServers, org.snmp4j.util.WorkerPool workerPool, MOInputFactory configurationFactory, MOPersistenceProvider persistenceProvider, org.snmp4j.cfg.EngineBootsProvider engineBootsProvider, MOFactory moFactory, Collection<DHKickstartParameters> diffieHellmanKickstartParameters, AgentAuditPolicy auditPolicy) Creates an SNMP agent configuration which can be run by callingAgentConfigManager.run()later. -
Uses of AgentAuditPolicy in org.snmp4j.agent.audit
Classes in org.snmp4j.agent.audit that implement AgentAuditPolicyModifier and TypeClassDescriptionclassThe defaultAgentAuditPolicyimplementation for SNMP4J-Agent. -
Uses of AgentAuditPolicy in org.snmp4j.agent.io
Constructors in org.snmp4j.agent.io with parameters of type AgentAuditPolicyModifierConstructorDescriptionAgentEngineBootsCounterFile(File bootCounterFile, AgentAuditPolicy auditPolicy) Creates the boot counter by using the specified file.