Uses of Class
org.snmp4j.UserTarget
-
Packages that use UserTarget Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages. -
-
Uses of UserTarget in org.snmp4j
Subclasses of UserTarget in org.snmp4j Modifier and Type Class Description class
DirectUserTarget<A extends Address>
User based target for SNMPv3 User Based Security ModelUSM
or later that includes any necessary authentication and privacy information, i.e.Constructors in org.snmp4j with parameters of type UserTarget Constructor Description DirectUserTarget(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
.
-