Uses of Class
org.snmp4j.agent.audit.AgentPolicyProfile
Packages that use AgentPolicyProfile
-
Uses of AgentPolicyProfile in org.snmp4j.agent.audit
Fields in org.snmp4j.agent.audit declared as AgentPolicyProfileModifier and TypeFieldDescriptionstatic final AgentPolicyProfileAgentPolicyProfile.CONFIDENTIALstatic final AgentPolicyProfileAgentPolicyProfile.DEFAULTstatic final AgentPolicyProfileAgentPolicyProfile.LOCALHOSTstatic final AgentPolicyProfileAgentPolicyProfile.SITE_LOCALMethods in org.snmp4j.agent.audit that return AgentPolicyProfileModifier and TypeMethodDescriptionDefaultAgentAuditPolicy.getAgentPolicyProfile()Gets the policy profile that defines the access restrictions enforced by this policy.Constructors in org.snmp4j.agent.audit with parameters of type AgentPolicyProfileModifierConstructorDescriptionAgentPolicyProfile(AgentPolicyProfile other, String[] allowedFiles, String[] allowedDirectories, String[] allowedAddresses, Map<String, AgentPolicyProfile.ManagedObjectAccess> allowedObjects) Constructs a copy of the specifiedAgentPolicyProfile, adding the specified resource restrictions.DefaultAgentAuditPolicy(AgentPolicyProfile agentPolicyProfile, AgentAuditLevel auditLevel) Creates aDefaultAgentAuditPolicythat logs audit records through theLogFactorylogging only.DefaultAgentAuditPolicy(AgentPolicyProfile agentPolicyProfile, AgentAuditLevel auditLevel, OutputStream auditOutputStream) Creates aDefaultAgentAuditPolicythat logs audit records through theLogFactorylogging and, in addition, writes a copy of every audit record to the suppliedOutputStream.