public static enum SNMP4JSettings.ReportSecurityLevelStrategy extends Enum<SNMP4JSettings.ReportSecurityLevelStrategy>
Enum Constant and Description |
---|
neverNoAuthNoPriv |
noAuthNoPrivIfNeeded |
standard
The standard report strategy is conforming to RFC 3412 and 3414.
|
Modifier and Type | Method and Description |
---|---|
static SNMP4JSettings.ReportSecurityLevelStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SNMP4JSettings.ReportSecurityLevelStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SNMP4JSettings.ReportSecurityLevelStrategy noAuthNoPrivIfNeeded
public static final SNMP4JSettings.ReportSecurityLevelStrategy standard
public static final SNMP4JSettings.ReportSecurityLevelStrategy neverNoAuthNoPriv
public static SNMP4JSettings.ReportSecurityLevelStrategy[] values()
for (SNMP4JSettings.ReportSecurityLevelStrategy c : SNMP4JSettings.ReportSecurityLevelStrategy.values()) System.out.println(c);
public static SNMP4JSettings.ReportSecurityLevelStrategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013 SNMP4J.org. All Rights Reserved.