Interface ConfigurationValueObfuscator<DataType>


public interface ConfigurationValueObfuscator<DataType>
Used by ConfigurationDefinition.getCurrentValueObfuscated() to obfuscate the current value.
  • Field Details

  • Method Details

    • obfuscate

      DataType obfuscate(DataType value)
      Return an "obfuscated" version of the given value, suitable for logging or storing in non-secure environments.