| Package | Description |
|---|---|
| org.soulwing.snmp |
Provides a façade over an SNMP and MIB implementation
|
| Modifier and Type | Method and Description |
|---|---|
SnmpV3Target.AuthType |
SnmpV3Target.getAuthType()
Gets the authentication type.
|
SnmpV3Target.AuthType |
SimpleSnmpV3Target.getAuthType()
Gets the authentication type.
|
static SnmpV3Target.AuthType |
SnmpV3Target.AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnmpV3Target.AuthType[] |
SnmpV3Target.AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSnmpV3Target.setAuthType(SnmpV3Target.AuthType authType)
Sets the
authType property. |
Copyright © 2012–2017. All rights reserved.