Uses of Interface
org.snmp4j.event.UsmUserListener
-
Packages that use UsmUserListener Package Description org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. -
-
Uses of UsmUserListener in org.snmp4j.security
Methods in org.snmp4j.security with parameters of type UsmUserListener Modifier and Type Method Description void
USM. addUsmUserListener(UsmUserListener l)
Adds aUsmUserListener
that should be informed whenever the internal USM user table is changed.void
USM. removeUsmUserListener(UsmUserListener l)
Removes aUsmUserListener
.
-