|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.snmp4j.AbstractTarget
org.snmp4j.SecureTarget
public abstract class SecureTarget
The SecureTarget
is an security model independent abstract class
for all targets supporting secure SNMP communication.
Field Summary |
---|
Fields inherited from class org.snmp4j.AbstractTarget |
---|
securityLevel, securityModel, securityName |
Constructor Summary | |
---|---|
protected |
SecureTarget()
Default constructor. |
protected |
SecureTarget(Address address,
OctetString securityName)
Creates a SNMPv3 secure target with an address and security name. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class org.snmp4j.AbstractTarget |
---|
clone, getAddress, getMaxSizeRequestPDU, getPreferredTransports, getRetries, getSecurityLevel, getSecurityModel, getSecurityName, getTimeout, getVersion, setAddress, setMaxSizeRequestPDU, setPreferredTransports, setRetries, setSecurityLevel, setSecurityModel, setSecurityName, setTimeout, setVersion, toStringAbstractTarget |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected SecureTarget()
protected SecureTarget(Address address, OctetString securityName)
address
- an Address
instance denoting the transport address of the
target.securityName
- a OctetString
instance representing the security name
of the USM user used to access the target.Method Detail |
---|
public java.lang.String toString()
toString
in class AbstractTarget
|
Copyright 2005-2011 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |