Uses of Interface
org.snmp4j.agent.security.VACM

Packages that use VACM
org.snmp4j.agent   
org.snmp4j.agent.mo.snmp   
org.snmp4j.agent.security   
 

Uses of VACM in org.snmp4j.agent
 

Fields in org.snmp4j.agent declared as VACM
protected  VACM CommandProcessor.vacm
           
protected  VACM AgentConfigManager.vacm
           
 

Methods in org.snmp4j.agent that return VACM
 VACM CommandProcessor.getVacm()
           
 VACM AgentConfigManager.getVACM()
          Returns the VACM used by this agent config manager.
 

Methods in org.snmp4j.agent with parameters of type VACM
protected  void AgentConfigManager.initNotificationLogMIB(VACM vacm, SnmpNotificationMIB notifyMIB)
           
 void CommandProcessor.setVacm(VACM vacm)
           
 

Constructors in org.snmp4j.agent with parameters of type VACM
AgentConfigManager(org.snmp4j.smi.OctetString agentsOwnEngineID, org.snmp4j.MessageDispatcher messageDispatcher, VACM vacm, MOServer[] moServers, org.snmp4j.util.WorkerPool workerPool, MOInputFactory configurationFactory, MOPersistenceProvider persistenceProvider, EngineBootsProvider engineBootsProvider)
          Creates a SNMP agent configuration which can be run by calling AgentConfigManager.run() later.
AgentConfigManager(org.snmp4j.smi.OctetString agentsOwnEngineID, org.snmp4j.MessageDispatcher messageDispatcher, VACM vacm, MOServer[] moServers, org.snmp4j.util.WorkerPool workerPool, MOInputFactory configurationFactory, MOPersistenceProvider persistenceProvider, EngineBootsProvider engineBootsProvider, MOFactory moFactory)
          Creates a SNMP agent configuration which can be run by calling AgentConfigManager.run() later.
 

Uses of VACM in org.snmp4j.agent.mo.snmp
 

Classes in org.snmp4j.agent.mo.snmp that implement VACM
 class VacmMIB
          This concrete implementation of the SNMP-VIEW-BASED-ACM-MIB (RFC 3415).
 

Constructors in org.snmp4j.agent.mo.snmp with parameters of type VACM
NotificationLogMib(MOFactory moFactory, VACM vacm, SnmpNotificationMIB snmpNotificationMIB)
           
NotificationOriginatorImpl(org.snmp4j.Session session, VACM vacm, SysUpTime sysUpTime, SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB)
          Creates a notification originator.
NotificationOriginatorImpl(org.snmp4j.Session session, VACM vacm, SysUpTime sysUpTime, SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB, SnmpCommunityMIB communityMIB)
          Creates a notification originator.
 

Uses of VACM in org.snmp4j.agent.security
 

Subinterfaces of VACM in org.snmp4j.agent.security
 interface MutableVACM
          The MutableVACM interface extends the basic VACM by providing methods to change the configuration of the view-based access model.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.