Class BasicVacmConfigurator

java.lang.Object
org.snmp4j.agent.security.BasicVacmConfigurator
All Implemented Interfaces:
VacmConfigurator

public class BasicVacmConfigurator extends Object implements VacmConfigurator
The BasicVacmConfigurator implements the VacmConfigurator that uses three unrestricted views for all access types to support two roles admin and monitor. The admin role has unrestricted access to the agent, whereas monitor has no write access, but unrestricted read and notification access.
Since:
3.0
Author:
Frank Fock
  • Field Details

    • rootViewName

      protected org.snmp4j.smi.OctetString rootViewName
    • rootOID

      protected org.snmp4j.smi.OID rootOID
    • securityModel

      protected org.snmp4j.security.SecurityModel securityModel
    • securityLevel

      protected org.snmp4j.security.SecurityLevel securityLevel
    • contextPrefix

      protected org.snmp4j.smi.OctetString contextPrefix
    • contextMatch

      protected int contextMatch
  • Constructor Details

    • BasicVacmConfigurator

      public BasicVacmConfigurator()
  • Method Details