public class PropertiesEncryptor extends Object
Modifier and Type | Field and Description |
---|---|
protected EncryptionService |
encryptionService |
Constructor and Description |
---|
PropertiesEncryptor(EncryptionService encryptionService) |
Modifier and Type | Method and Description |
---|---|
protected void |
decrypt(Map<String,String> configProperties) |
protected void |
encrypt(Map<String,String> configProperties,
Cluster cluster,
String configType) |
protected void |
encrypt(Map<String,String> configProperties,
Cluster cluster,
String configType,
Function<String,String> encryption) |
protected void |
encrypt(Map<String,String> configProperties,
Cluster cluster,
String configType,
String encryptionKey) |
protected final EncryptionService encryptionService
public PropertiesEncryptor(EncryptionService encryptionService)
protected void encrypt(Map<String,String> configProperties, Cluster cluster, String configType, String encryptionKey)
protected void encrypt(Map<String,String> configProperties, Cluster cluster, String configType)
protected void encrypt(Map<String,String> configProperties, Cluster cluster, String configType, Function<String,String> encryption)
Copyright © 2022 Apache Software Foundation. All rights reserved.