Class RedactedString

java.lang.Object
com.google.cloud.hadoop.util.RedactedString

public abstract class RedactedString extends Object
Holder class for string values that should not be logged and displayed when toString method called. For example, it should be used for credentials.
  • Constructor Details

    • RedactedString

      public RedactedString()
  • Method Details