Uses of Interface
org.snmp4j.agent.security.VACM
-
Packages that use VACM Package Description 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 Modifier and Type Field Description protected VACM
AgentConfigManager. vacm
protected VACM
CommandProcessor. vacm
Methods in org.snmp4j.agent that return VACM Modifier and Type Method Description 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 Modifier and Type Method Description protected void
AgentConfigManager. initNotificationLogMIB(VACM vacm, SnmpNotificationMIB notifyMIB)
void
CommandProcessor. setVacm(VACM vacm)
Constructors in org.snmp4j.agent with parameters of type VACM Constructor Description 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 callingAgentConfigManager.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 callingAgentConfigManager.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, Collection<DHKickstartParameters> diffieHellmanKickstartParameters)
Creates a SNMP agent configuration which can be run by callingAgentConfigManager.run()
later. -
Uses of VACM in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement VACM Modifier and Type Class Description 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 Constructor Description 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 Modifier and Type Interface Description interface
MutableVACM
TheMutableVACM
interface extends the basicVACM
by providing methods to change the configuration of the view-based access model.
-