public class SnmpUdpV3Manager extends SnmpManager
| Modifier and Type | Field and Description |
|---|---|
protected String |
authenticationProtocol |
protected String |
privacyProtocol |
protected String |
privacyProtocolPassShare |
protected org.snmp4j.smi.UdpAddress |
udpAddress |
protected String |
ver3AuthPasscode |
protected int |
ver3mode |
protected String |
ver3Username |
loader, maxRepetitions, maxSizeRequestPDU, pduFactory, retries, snmp, timeout| Constructor and Description |
|---|
SnmpUdpV3Manager(net.percederberg.mibble.MibLoader loader)
Constructor for SnmpUdpV3Manager.
|
SnmpUdpV3Manager(net.percederberg.mibble.MibLoader loader,
String ipAddress,
int ver3mode,
String ver3Username,
String ver3AuthPasscode,
String authenticationProtocol,
String privacyProtocol,
String privacyProtocolPassShare,
int retries,
int timeout,
int maxSizeRequestPDU,
int maxRepetitions,
int destinationPort)
Constructor for SnmpUdpV3Manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.snmp4j.PDU |
createPDU()
createPDU.
|
protected void |
doInit()
doInit.
|
void |
doSetParameters(Map<String,String> conParams)
doSetParameters.
|
String |
getAuthenticationProtocol()
Getter for the field
authenticationProtocol. |
String |
getPrivacyProtocol()
Getter for the field
privacyProtocol. |
String |
getPrivacyProtocolPassShare()
Getter for the field
privacyProtocolPassShare. |
protected org.snmp4j.Target |
getTarget()
getTarget.
|
org.snmp4j.smi.UdpAddress |
getUdpAddress()
Getter for the field
udpAddress. |
String |
getVer3AuthPasscode()
Getter for the field
ver3AuthPasscode. |
int |
getVer3mode()
Getter for the field
ver3mode. |
String |
getVer3Username()
Getter for the field
ver3Username. |
void |
setAuthenticationProtocol(String authenticationProtocol)
Setter for the field
authenticationProtocol. |
void |
setPrivacyProtocol(String privacyProtocol)
Setter for the field
privacyProtocol. |
void |
setPrivacyProtocolPassShare(String privacyProtocolPassShare)
Setter for the field
privacyProtocolPassShare. |
void |
setUdpAddress(org.snmp4j.smi.UdpAddress udpAddress)
Setter for the field
udpAddress. |
void |
setVer3AuthPasscode(String ver3AuthPasscode)
Setter for the field
ver3AuthPasscode. |
void |
setVer3mode(int ver3mode)
Setter for the field
ver3mode. |
void |
setVer3Username(String ver3Username)
Setter for the field
ver3Username. |
convertStringToIntParam, fillTreeFromSNMP, getLoader, getMaxRepetitions, getMaxSizeRequestPDU, getRetries, getSnmp, getSymbolFromMibByOid, getTimeout, init, main, set, setLoader, setMaxRepetitions, setMaxSizeRequestPDU, setParameters, setRetries, setSnmp, setTimeout, snmpGet, snmpGet, snmpGet, snmpGetNext, snmpGetNext, snmpWalk, snmpWalkToStringprotected String ver3Username
protected String ver3AuthPasscode
protected int ver3mode
protected String authenticationProtocol
protected String privacyProtocol
protected String privacyProtocolPassShare
protected org.snmp4j.smi.UdpAddress udpAddress
public SnmpUdpV3Manager(net.percederberg.mibble.MibLoader loader,
String ipAddress,
int ver3mode,
String ver3Username,
String ver3AuthPasscode,
String authenticationProtocol,
String privacyProtocol,
String privacyProtocolPassShare,
int retries,
int timeout,
int maxSizeRequestPDU,
int maxRepetitions,
int destinationPort)
throws IOException
Constructor for SnmpUdpV3Manager.
loader - a MibLoader object.ipAddress - a String object.ver3mode - a int.ver3Username - a String object.ver3AuthPasscode - a String object.authenticationProtocol - a String object.privacyProtocol - a String object.privacyProtocolPassShare - a String object.privacyProtocolPassShare - a String object.retries - a int.timeout - a int.maxSizeRequestPDU - a int.maxRepetitions - a int.destinationPort - a int.IOException - if any.public SnmpUdpV3Manager(net.percederberg.mibble.MibLoader loader)
Constructor for SnmpUdpV3Manager.
loader - a MibLoader object.public void doSetParameters(Map<String,String> conParams)
doSetParameters.
doSetParameters in class SnmpManagerconParams - a Map object.protected org.snmp4j.Target getTarget()
getTarget.
getTarget in class SnmpManagerTarget object.protected org.snmp4j.PDU createPDU()
createPDU.
createPDU in class SnmpManagerPDU object.protected void doInit()
doInit.
doInit in class SnmpManagerpublic String getVer3Username()
Getter for the field ver3Username.
String object.public void setVer3Username(String ver3Username)
Setter for the field ver3Username.
ver3Username - a String object.public String getVer3AuthPasscode()
Getter for the field ver3AuthPasscode.
String object.public void setVer3AuthPasscode(String ver3AuthPasscode)
Setter for the field ver3AuthPasscode.
ver3AuthPasscode - a String object.public int getVer3mode()
Getter for the field ver3mode.
public void setVer3mode(int ver3mode)
Setter for the field ver3mode.
ver3mode - a int.public String getAuthenticationProtocol()
Getter for the field authenticationProtocol.
String object.public void setAuthenticationProtocol(String authenticationProtocol)
Setter for the field authenticationProtocol.
authenticationProtocol - a String object.public String getPrivacyProtocol()
Getter for the field privacyProtocol.
String object.public void setPrivacyProtocol(String privacyProtocol)
Setter for the field privacyProtocol.
privacyProtocol - a String object.public String getPrivacyProtocolPassShare()
Getter for the field privacyProtocolPassShare.
String object.public void setPrivacyProtocolPassShare(String privacyProtocolPassShare)
Setter for the field privacyProtocolPassShare.
privacyProtocolPassShare - a String object.public org.snmp4j.smi.UdpAddress getUdpAddress()
Getter for the field udpAddress.
UdpAddress object.public void setUdpAddress(org.snmp4j.smi.UdpAddress udpAddress)
Setter for the field udpAddress.
udpAddress - a UdpAddress object.Copyright © 2016 iTransformers Labs. All rights reserved.