public static enum PropertyDefinitions.XdevapiSslMode extends Enum<PropertyDefinitions.XdevapiSslMode>
| Enum Constant and Description |
|---|
DISABLED |
REQUIRED |
VERIFY_CA |
VERIFY_IDENTITY |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDefinitions.XdevapiSslMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyDefinitions.XdevapiSslMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyDefinitions.XdevapiSslMode REQUIRED
public static final PropertyDefinitions.XdevapiSslMode VERIFY_CA
public static final PropertyDefinitions.XdevapiSslMode VERIFY_IDENTITY
public static final PropertyDefinitions.XdevapiSslMode DISABLED
public static PropertyDefinitions.XdevapiSslMode[] values()
for (PropertyDefinitions.XdevapiSslMode c : PropertyDefinitions.XdevapiSslMode.values()) System.out.println(c);
public static PropertyDefinitions.XdevapiSslMode 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 null