Uses of Class
org.snmp4j.DirectUserTarget
-
Packages that use DirectUserTarget Package Description org.snmp4j 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 DirectUserTarget Modifier and Type Method Description SecurityLevel
Snmp. 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.
-