Class SensitiveValueScrubber

java.lang.Object
com.xebialabs.xlrelease.utils.SensitiveValueScrubber

public class SensitiveValueScrubber extends Object
A collection of values that need to be removed from the logs. The black-listed values come from passwords and other sensitive values used in non-password fields.
  • Constructor Details

  • Method Details

    • disabled

      public static SensitiveValueScrubber disabled()
      The scrubber won't attempt to clean anything because there is nothing to scrub in this case.
      Returns:
      a null object instance
    • scrubValues

      public String scrubValues(String original)
    • toString

      public String toString()
      Overrides:
      toString in class Object