Uses of Class
org.snmp4j.UserTarget
Packages that use UserTarget
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
-
Uses of UserTarget in org.snmp4j
Subclasses of UserTarget in org.snmp4jModifier and TypeClassDescriptionclassDirectUserTarget<A extends Address>User-based target for SNMPv3 User-Based Security ModelUSMor later that includes any necessary authentication and privacy information, i.e., protocol references and localized keys.Constructors in org.snmp4j with parameters of type UserTargetModifierConstructorDescriptionDirectUserTarget(UserTarget<A> userTarget) Creates a target for a user-based security model target without referencing security information from elsewhere.UserTarget(UserTarget<A> userTarget) Creates a target for a user-based security model target that references security information (protocols and keys) from aUSM.