Uses of Class
org.snmp4j.security.UsmUser
Packages that use UsmUser
Package
Description
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of UsmUser in org.snmp4j.security
Methods in org.snmp4j.security that return UsmUserModifier and TypeMethodDescriptionUsmUserEntry.getUsmUser()USM.removeUser(OctetString engineID, OctetString userName) Deprecated.Methods in org.snmp4j.security that return types with arguments of type UsmUserModifier and TypeMethodDescriptionUSM.removeAllUsers(OctetString userName) Removes all USM user from the internal user name table with the specified user name.USM.removeAllUsers(OctetString userName, OctetString engineID) Removes all USM user from the internal user name table with the specified user name and (optional) engine ID.Methods in org.snmp4j.security with parameters of type UsmUserModifier and TypeMethodDescriptionvoidAdds an USM user to the internal user name table.voidUSM.addUser(OctetString userName, UsmUser user) Adds an USM user to the internal username table.voidUSM.addUser(OctetString userName, OctetString engineID, UsmUser user) Adds an USM user to the internal user name table and associates it with an authoritative engine ID.voidSets the users of this USM.voidUsmUserEntry.setUsmUser(UsmUser usmUser) Constructors in org.snmp4j.security with parameters of type UsmUserModifierConstructorDescriptionUsmUserEntry(OctetString userName, UsmUser user) Creates a user with user name and associatedUsmUser.UsmUserEntry(OctetString userName, OctetString engineID, UsmUser user) Creates a user with user name and associatedUsmUser.
nullis provided this method does only delete the generic user.