java.lang.Object | |
↳ | com.sun.jmx.snmp.SnmpEngineParameters |
This class is used to pass some specific parameters to an
SnmpEngineFactory
.
This API is a Sun Microsystems internal API and is subject to change without notice.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Activate SNMP V3 encryption.
| |||||||||||
Deactivate SNMP V3 encryption.
| |||||||||||
Get the engine Id.
| |||||||||||
Gets the file to use for SNMP Runtime Lcd.
| |||||||||||
Gets the customized user ACL.
| |||||||||||
Check if encryption is activated.
| |||||||||||
Set the engine Id.
| |||||||||||
Sets the file to use for SNMP Runtime Lcd.
| |||||||||||
Sets a customized user ACL.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Activate SNMP V3 encryption. By default the encryption is not activated. Be sure that the security provider classes needed for DES are in your classpath (eg:JCE classes)
Deactivate SNMP V3 encryption. By default the encryption is not activated. Be sure that the security provider classes needed for DES are in your classpath (eg:JCE classes)
Gets the file to use for SNMP Runtime Lcd.
Check if encryption is activated. By default the encryption is not activated.
Set the engine Id.
engineId | The engine Id to use. |
---|
Sets the file to use for SNMP Runtime Lcd. If no file is provided, the default location will be checked.
Sets a customized user ACL. User Acl is used in order to check
access for SNMP V3 requests. If no ACL is provided,
com.sun.jmx.snmp.usm.UserAcl.UserAcl
is instantiated.
uacl | The user ACL to use. |
---|