| Package | Description | 
|---|---|
| org.snmp4j.agent | |
| org.snmp4j.agent.mo.snmp | |
| org.snmp4j.agent.security | 
| Modifier and Type | Field and Description | 
|---|---|
protected VACM | 
CommandProcessor.vacm  | 
protected VACM | 
AgentConfigManager.vacm  | 
| Modifier and Type | Method and Description | 
|---|---|
VACM | 
CommandProcessor.getVacm()  | 
VACM | 
AgentConfigManager.getVACM()
Returns the VACM used by this agent config manager. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AgentConfigManager.initNotificationLogMIB(VACM vacm,
                      SnmpNotificationMIB notifyMIB)  | 
void | 
CommandProcessor.setVacm(VACM vacm)  | 
| Constructor and 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 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. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VacmMIB
This concrete implementation of the SNMP-VIEW-BASED-ACM-MIB (RFC 3415). 
 | 
| Constructor and 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. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MutableVACM
The  
MutableVACM interface extends the basic VACM
 by providing methods to change the configuration of the view-based access
 model. | 
Copyright © 2015 SNMP4J.org. All rights reserved.