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