enum PropertyProtectionScheme extends Enum<PropertyProtectionScheme> implements ProtectionScheme
| Enum Constant and Description |
|---|
AES_GCM |
AWS_KMS |
AWS_SECRETSMANAGER |
AZURE_KEYVAULT_KEY |
AZURE_KEYVAULT_SECRET |
GCP_KMS |
HASHICORP_VAULT_KV |
HASHICORP_VAULT_TRANSIT |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
static PropertyProtectionScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyProtectionScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyProtectionScheme AES_GCM
public static final PropertyProtectionScheme AWS_SECRETSMANAGER
public static final PropertyProtectionScheme AWS_KMS
public static final PropertyProtectionScheme AZURE_KEYVAULT_KEY
public static final PropertyProtectionScheme AZURE_KEYVAULT_SECRET
public static final PropertyProtectionScheme GCP_KMS
public static final PropertyProtectionScheme HASHICORP_VAULT_KV
public static final PropertyProtectionScheme HASHICORP_VAULT_TRANSIT
private final String path
public static PropertyProtectionScheme[] values()
for (PropertyProtectionScheme c : PropertyProtectionScheme.values()) System.out.println(c);
public static PropertyProtectionScheme 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 getPath()
getPath in interface ProtectionSchemeCopyright © 2022 Apache NiFi Project. All rights reserved.