public interface SnmpV3Target extends SnmpTarget
SnmpTarget
.
An SNMPv3 target supports strong authentication and cryptographic privacy.
If the authType
property is not set, the underlying
provider will not attempt authentication. If the
privType
property is not set, the underlying
provider will not attempt to ensure privacy of communications.
Modifier and Type | Interface and Description |
---|---|
static class |
SnmpV3Target.AuthType
An enumeration of SNMPv3 authentication types.
|
static class |
SnmpV3Target.PrivType
An enumeration of SNMPv3 privacy types.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthPassphrase()
Gets the authentication passphrase.
|
SnmpV3Target.AuthType |
getAuthType()
Gets the authentication type.
|
String |
getPrivPassphrase()
Gets the privacy passphrase.
|
SnmpV3Target.PrivType |
getPrivType()
Gets the privacy type.
|
String |
getScope()
Gets the configured scope.
|
String |
getSecurityName()
Gets the security name (typically a username).
|
getAddress, getPort, getProperties
String getSecurityName()
null
if none has been setSnmpV3Target.AuthType getAuthType()
null
if none has been setString getAuthPassphrase()
null
if none has been setSnmpV3Target.PrivType getPrivType()
null
if none has been set.String getPrivPassphrase()
null
if none has been setString getScope()
null
if none has been configuredCopyright © 2012–2015. All rights reserved.