Package | Description |
---|---|
org.snmp4j.security |
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Vector<UsmUserListener> |
USM.usmUserListeners |
Modifier and Type | Method and Description |
---|---|
void |
USM.addUsmUserListener(UsmUserListener l)
Adds a
UsmUserListener that should be informed whenever the
internal USM user table is changed. |
void |
USM.removeUsmUserListener(UsmUserListener l)
Removes a
UsmUserListener . |