Package | Description |
---|---|
org.snmp4j.event |
Provides classes and interfaces for SNMP4J event processing.
|
org.snmp4j.security |
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
|
Modifier and Type | Method and Description |
---|---|
UsmUserEntry |
UsmUserEvent.getUser()
Get the modified entry of the
UsmUserTable . |
Constructor and Description |
---|
UsmUserEvent(SecurityModel source,
UsmUserEntry changedEntry,
int type)
Construct a UsmUserEvent.
|
Modifier and Type | Method and Description |
---|---|
UsmUserEntry |
USM.addLocalizedUser(byte[] engineID,
OctetString userName,
OID authProtocol,
byte[] authKey,
OID privProtocol,
byte[] privKey)
Adds a localized user to the USM.
|
UsmUserEntry |
UsmUserTable.addUser(UsmUserEntry user) |
UsmUserEntry |
UsmUserTable.getUser(OctetString securityName) |
UsmUserEntry |
USM.getUser(OctetString engineID,
OctetString securityName) |
UsmUserEntry |
UsmUserTable.getUser(OctetString engineID,
OctetString securityName) |
UsmUserEntry |
UsmUserTable.removeUser(OctetString engineID,
OctetString securityName) |
Modifier and Type | Method and Description |
---|---|
List<UsmUserEntry> |
UsmUserTable.getUserEntries() |
List<UsmUserEntry> |
UsmUserTable.getUserEntries(OctetString userName)
Gets all user entries with the supplied user name.
|
List<UsmUserEntry> |
UsmUserTable.removeAllUsers(OctetString securityName,
OctetString engineID) |
Modifier and Type | Method and Description |
---|---|
UsmUserEntry |
UsmUserTable.addUser(UsmUserEntry user) |
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 appropriate
UsmUserEvent . |
Modifier and Type | Method and Description |
---|---|
void |
UsmUserTable.setUsers(Collection<UsmUserEntry> c) |
Constructor and Description |
---|
UsmUserTable.UsmUserKey(UsmUserEntry entry) |
Copyright © 2013 SNMP4J.org. All rights reserved.