Uses of Class
org.snmp4j.security.UsmUserEntry
Packages that use UsmUserEntry
Package
Description
Provides classes and interfaces for SNMP4J event processing.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of UsmUserEntry in org.snmp4j.event
Methods in org.snmp4j.event that return UsmUserEntryModifier and TypeMethodDescriptionUsmUserEvent.getUser()
Get the modified entry of theUsmUserTable
.Constructors in org.snmp4j.event with parameters of type UsmUserEntryModifierConstructorDescriptionUsmUserEvent
(SecurityModel source, UsmUserEntry changedEntry, int type) Construct a UsmUserEvent. -
Uses of UsmUserEntry in org.snmp4j.security
Methods in org.snmp4j.security that return UsmUserEntryModifier and TypeMethodDescriptionUSM.addLocalizedUser
(byte[] engineID, OctetString userName, OID authProtocol, byte[] authKey, OID privProtocol, byte[] privKey) Adds a localized user to the USM.UsmUserTable.addUser
(UsmUserEntry user) USM.getUser
(OctetString engineID, OctetString securityName) Looks up aUsmUserEntry
by an engine ID and security name.UsmUserTable.getUser
(OctetString securityName) UsmUserTable.getUser
(OctetString engineID, OctetString securityName) UsmUserTable.removeUser
(OctetString engineID, OctetString securityName) Methods in org.snmp4j.security that return types with arguments of type UsmUserEntryModifier and TypeMethodDescriptionUsmUserTable.getUserEntries()
UsmUserTable.getUserEntries
(OctetString userName) Gets all user entries with the supplied user name.UsmUserTable.removeAllUsers
(OctetString securityName, OctetString engineID) Methods in org.snmp4j.security with parameters of type UsmUserEntryModifier and TypeMethodDescriptionUsmUserTable.addUser
(UsmUserEntry user) void
USM.addUsmUserEntry
(UsmUserEntry usmUserEntry) Adds an USM user to the internal user name table.void
USM.updateUser
(UsmUserEntry entry) Updates the USM user entry with the same engine ID and user name as the supplied instance and fires an appropriateUsmUserEvent
.Method parameters in org.snmp4j.security with type arguments of type UsmUserEntryConstructors in org.snmp4j.security with parameters of type UsmUserEntry