Uses of Enum Class
org.snmp4j.security.SecurityLevel
Packages that use SecurityLevel
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of SecurityLevel in org.snmp4j
Methods in org.snmp4j that return SecurityLevelModifier and TypeMethodDescriptionTransportStateReference.getRequestedSecurityLevel()
TransportStateReference.getTransportSecurityLevel()
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.Methods in org.snmp4j with parameters of type SecurityLevelModifier and TypeMethodDescriptionvoid
TransportStateReference.setRequestedSecurityLevel
(SecurityLevel requestedSecurityLevel) void
TransportStateReference.setTransportSecurityLevel
(SecurityLevel transportSecurityLevel) Constructors in org.snmp4j with parameters of type SecurityLevelModifierConstructorDescriptionTransportStateReference
(TransportMapping<?> transport, Address address, OctetString securityName, SecurityLevel requestedSecurityLevel, SecurityLevel transportSecurityLevel, boolean sameSecurity, Object sessionID) TransportStateReference
(TransportMapping<?> transport, Address address, OctetString securityName, SecurityLevel requestedSecurityLevel, SecurityLevel transportSecurityLevel, boolean sameSecurity, Object sessionID, Target<?> target) -
Uses of SecurityLevel in org.snmp4j.security
Methods in org.snmp4j.security that return SecurityLevelModifier and TypeMethodDescriptionstatic SecurityLevel
SecurityLevel.get
(int snmpValue) static SecurityLevel
Returns the enum constant of this class with the specified name.static SecurityLevel[]
SecurityLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.