public static enum BootstrapProperties.BootstrapPropertyKey extends Enum<BootstrapProperties.BootstrapPropertyKey>
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the property key.
|
static BootstrapProperties.BootstrapPropertyKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapProperties.BootstrapPropertyKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootstrapProperties.BootstrapPropertyKey SENSITIVE_KEY
public static final BootstrapProperties.BootstrapPropertyKey HASHICORP_VAULT_SENSITIVE_PROPERTY_PROVIDER_CONF
public static final BootstrapProperties.BootstrapPropertyKey AWS_SENSITIVE_PROPERTY_PROVIDER_CONF
public static final BootstrapProperties.BootstrapPropertyKey AZURE_KEYVAULT_SENSITIVE_PROPERTY_PROVIDER_CONF
public static final BootstrapProperties.BootstrapPropertyKey GCP_KMS_SENSITIVE_PROPERTY_PROVIDER_CONF
public static final BootstrapProperties.BootstrapPropertyKey CONTEXT_MAPPING_PREFIX
private final String key
public static BootstrapProperties.BootstrapPropertyKey[] values()
for (BootstrapProperties.BootstrapPropertyKey c : BootstrapProperties.BootstrapPropertyKey.values()) System.out.println(c);
public static BootstrapProperties.BootstrapPropertyKey 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 nullpublic String getKey()
Copyright © 2023 Apache NiFi Project. All rights reserved.