|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.management.snmp.SnmpEngineParameters
public class SnmpEngineParameters
This class is used to pass some specific parameters to an
SnmpEngineFactory
.
Constructor Summary | |
---|---|
SnmpEngineParameters()
|
Method Summary | |
---|---|
void |
activateEncryption()
Activate SNMP V3 encryption. |
void |
deactivateEncryption()
Deactivate SNMP V3 encryption. |
SnmpEngineId |
getEngineId()
Get the engine Id. |
String |
getSecurityFile()
Gets the file to use for Java DMK Lcd. |
UserAcl |
getUserAcl()
Gets the customized user ACL. |
boolean |
isEncryptionEnabled()
Check if encryption is activated. |
void |
setEngineId(SnmpEngineId engineId)
Set the engine Id. |
void |
setSecurityFile(String securityFile)
Sets the file to use for Java DMK Lcd. |
void |
setUserAcl(UserAcl uacl)
Sets a customized user ACL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SnmpEngineParameters()
Method Detail |
---|
public void setSecurityFile(String securityFile)
public String getSecurityFile()
public void setUserAcl(UserAcl uacl)
com.sun.management.snmp.usm.UserAcl.UserAcl
is instantiated.
uacl
- The user ACL to use.public UserAcl getUserAcl()
public void activateEncryption()
public void deactivateEncryption()
public boolean isEncryptionEnabled()
public void setEngineId(SnmpEngineId engineId)
engineId
- The engine Id to use.public SnmpEngineId getEngineId()
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |