Package com.google.cloud.hadoop.util
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 whentoStringmethod called. For example, it should be used for credentials.
-
-
Constructor Summary
Constructors Constructor Description RedactedString()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static RedactedStringcreate(String value)StringtoString()abstract Stringvalue()
-