Uses of Enum Class
org.snmp4j.agent.security.VacmConfigurator.VacmConfigResult
Packages that use VacmConfigurator.VacmConfigResult
-
Uses of VacmConfigurator.VacmConfigResult in org.snmp4j.agent.security
Methods in org.snmp4j.agent.security that return VacmConfigurator.VacmConfigResultModifier 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.Returns the enum constant of this class with the specified name.static VacmConfigurator.VacmConfigResult[]VacmConfigurator.VacmConfigResult.values()Returns an array containing the constants of this enum class, in the order they are declared.