|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.management.snmp.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()
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |