|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SNMPConnectionHandlerCfgDefn.SecurityLevel>
org.opends.server.admin.std.meta.SNMPConnectionHandlerCfgDefn.SecurityLevel
public static enum SNMPConnectionHandlerCfgDefn.SecurityLevel
Defines the set of permissable values for the "security-level" property.
Specifies the type of security level : NoAuthNoPriv : No security mechanisms activated, AuthNoPriv : Authentication activated with no privacy, AuthPriv : Authentication with privacy activated. This property id required for SNMP V3 security configuration.
Enum Constant Summary | |
---|---|
AUTHNOPRIV
Authentication activated with no privacy. |
|
AUTHPRIV
Authentication with privacy activated. |
|
NOAUTHNOPRIV
No security mechanisms activated. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static SNMPConnectionHandlerCfgDefn.SecurityLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SNMPConnectionHandlerCfgDefn.SecurityLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SNMPConnectionHandlerCfgDefn.SecurityLevel AUTHNOPRIV
public static final SNMPConnectionHandlerCfgDefn.SecurityLevel AUTHPRIV
public static final SNMPConnectionHandlerCfgDefn.SecurityLevel NOAUTHNOPRIV
Method Detail |
---|
public static SNMPConnectionHandlerCfgDefn.SecurityLevel[] values()
for (SNMPConnectionHandlerCfgDefn.SecurityLevel c : SNMPConnectionHandlerCfgDefn.SecurityLevel.values()) System.out.println(c);
public static SNMPConnectionHandlerCfgDefn.SecurityLevel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<SNMPConnectionHandlerCfgDefn.SecurityLevel>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |