Uses of Interface
org.snmp4j.agent.security.VACM
Packages that use VACM
-
Uses of VACM in org.snmp4j.agent
Fields in org.snmp4j.agent declared as VACMModifier and TypeFieldDescriptionprotected VACMAgentConfigManager.vacmprotected VACMCommandProcessor.vacmMethods in org.snmp4j.agent that return VACMModifier and TypeMethodDescriptionCommandProcessor.getVacm()AgentConfigManager.getVACM()Returns the VACM used by this agent config manager.Methods in org.snmp4j.agent with parameters of type VACMModifier and TypeMethodDescriptionprotected voidAgentConfigManager.initNotificationLogMIB(VACM vacm, SnmpNotificationMIB notifyMIB) voidConstructors in org.snmp4j.agent with parameters of type VACMModifierConstructorDescriptionAgentConfigManager(org.snmp4j.smi.OctetString agentsOwnEngineID, org.snmp4j.MessageDispatcher messageDispatcher, VACM vacm, MOServer[] moServers, org.snmp4j.util.WorkerPool workerPool, MOInputFactory configurationFactory, MOPersistenceProvider persistenceProvider, org.snmp4j.cfg.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, org.snmp4j.cfg.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, org.snmp4j.cfg.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 VACMModifier and TypeClassDescriptionclassThis concrete implementation of the SNMP-VIEW-BASED-ACM-MIB (RFC 3415).Constructors in org.snmp4j.agent.mo.snmp with parameters of type VACMModifierConstructorDescriptionNotificationLogMib(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.securityModifier and TypeInterfaceDescriptioninterfaceTheMutableVACMinterface extends the basicVACMby providing methods to change the configuration of the view-based access model.