public static enum SSLProperties.KeystoreValidationGroup extends Enum<SSLProperties.KeystoreValidationGroup>
| Enum Constant and Description |
|---|
KEYSTORE |
TRUSTSTORE |
| Modifier and Type | Method and Description |
|---|---|
static SSLProperties.KeystoreValidationGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLProperties.KeystoreValidationGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSLProperties.KeystoreValidationGroup KEYSTORE
public static final SSLProperties.KeystoreValidationGroup TRUSTSTORE
public static SSLProperties.KeystoreValidationGroup[] values()
for (SSLProperties.KeystoreValidationGroup c : SSLProperties.KeystoreValidationGroup.values()) System.out.println(c);
public static SSLProperties.KeystoreValidationGroup 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 © 2016 Apache NiFi Project. All rights reserved.