Uses of Class
org.snmp4j.DirectUserTarget
Packages that use DirectUserTarget
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
-
Uses of DirectUserTarget in org.snmp4j
Methods in org.snmp4j with parameters of type DirectUserTargetModifier and TypeMethodDescriptionSnmp.setLocalizedUserCredentials(DirectUserTarget<?> directUserTarget, UsmUserEntry localizedUserCredentials)
Sets the user's security name and authentication/privacy keys and protocols on the suppliedDirectUserTarget
and returns the maximumSecurityLevel
it can be used with.