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
Classes in org.snmp4j.security that implement interfaces with type arguments of type UsmUserModifier and TypeClassDescriptionclassTheUsmUserclass represents USM user providing information to secure SNMPv3 message exchange.Methods in org.snmp4j.security that return UsmUserModifier and TypeMethodDescriptionUsmUserEntry.getUsmUser()UsmUser.localizeUser(OctetString localizationEngineID, OctetString localizedAuthenticationKey, OctetString localizedPrivacyKey, SecurityProtocols securityProtocols) Return a copy of the current user with (updated) localized keys.USM.removeUser(OctetString engineID, OctetString userName) Deprecated.UsmUser.setLocalizationGrant(UsmUser.LocalizationGrant localizationGrant) Set the localization grant, i.e. for which kind ofUSMrequest processing a localization of this non-localized user is allowed.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 username table with the specified username.USM.removeAllUsers(OctetString userName, OctetString engineID) Removes all USM user from the internal username table with the specified username and (optional) engine ID.Methods in org.snmp4j.security with parameters of type UsmUserModifier and TypeMethodDescriptionvoidAdds an USM user to the internal username table.voidUSM.addUser(UsmUser user, OctetString engineID) Adds an USM user to the internal username table and associates it with an authoritative engine ID.voidUSM.addUser(OctetString userName, UsmUser user) Deprecated.UseUSM.addUser(UsmUser)instead to make sure user's userName matches securityName.voidUSM.addUser(OctetString userName, OctetString engineID, UsmUser user) Deprecated.UseUSM.addUser(UsmUser)instead to make sure that userName matches securityName.intCompares two USM users by their security names.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 username and associatedUsmUser.UsmUserEntry(OctetString userName, OctetString engineID, UsmUser user) Creates a user with username and associatedUsmUser.
nullis provided this method does only delete the generic user.