Uses of Interface
org.snmp4j.agent.security.MutableVACM
Packages that use MutableVACM
-
Uses of MutableVACM in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement MutableVACMModifier and TypeClassDescriptionclassThis concrete implementation of the SNMP-VIEW-BASED-ACM-MIB (RFC 3415). -
Uses of MutableVACM in org.snmp4j.agent.security
Methods in org.snmp4j.agent.security with parameters of type MutableVACMModifier and TypeMethodDescriptionBasicVacmConfigurator.addUser(MutableVACM vacm, org.snmp4j.smi.OctetString securityName, String role) VacmConfigurator.addUser(MutableVACM vacm, org.snmp4j.smi.OctetString securityName, String role) Add a new user to a group.BasicVacmConfigurator.removeRole(MutableVACM vacm, String role) VacmConfigurator.removeRole(MutableVACM vacm, String role) Remover all users from the specified security group and then remove the group itself.BasicVacmConfigurator.removeUser(MutableVACM vacm, org.snmp4j.smi.OctetString securityName, String role) VacmConfigurator.removeUser(MutableVACM vacm, org.snmp4j.smi.OctetString securityName, String role) Remove a new user from the specified group.