Package org.graylog2.inputs.encryption
Class EncryptedInputConfigs
java.lang.Object
org.graylog2.inputs.encryption.EncryptedInputConfigs
Utility functions to deal with input configuration that contains encrypted values.
-
Method Summary
Modifier and TypeMethodDescriptiongetEncryptedFields(MessageInput.Config messageInputConfig) Returns the names of those fields in an input configuration that are expected to holdEncryptedValues.Merges two configuration by applying updates while treating encrypted values correctly
-
Method Details
-
merge
Merges two configuration by applying updates while treating encrypted values correctly- Parameters:
orig- The original config that should be updatedupdate- The new config containing the changes that should be applied to the original config- Returns:
- The merged config with encrypted values being properly handled
-
getEncryptedFields
Returns the names of those fields in an input configuration that are expected to holdEncryptedValues.
-